test7
Some checks failed
SimcoDash/simcompanies-dashboard/pipeline/head There was a failure building this commit
Some checks failed
SimcoDash/simcompanies-dashboard/pipeline/head There was a failure building this commit
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
echo $BRANCH_NAME
|
||||
echo $PWD
|
||||
cd ./frontend
|
||||
if [$BRANCH_NAME = "edit-jenkinsfile"]; then
|
||||
echo "$BRANCH_NAME"
|
||||
if ["$BRANCH_NAME" = "edit-jenkinsfile"]; then
|
||||
echo 'Install neccessary Packages'
|
||||
yarn install
|
||||
echo 'Build Frontend for Production'
|
||||
|
||||
Reference in New Issue
Block a user