add env
This commit is contained in:
@@ -29,8 +29,8 @@ check_app_update:
|
|||||||
echo "NEW_COMMIT=false" >> variables.env
|
echo "NEW_COMMIT=false" >> variables.env
|
||||||
fi
|
fi
|
||||||
artifacts:
|
artifacts:
|
||||||
reports:
|
paths:
|
||||||
dotenv: variables.env
|
- variables.env
|
||||||
|
|
||||||
# Build Frontend (Angular)
|
# Build Frontend (Angular)
|
||||||
build_frontend:
|
build_frontend:
|
||||||
@@ -44,6 +44,7 @@ build_frontend:
|
|||||||
echo "No new commit, skipping build";
|
echo "No new commit, skipping build";
|
||||||
exit 0;
|
exit 0;
|
||||||
fi
|
fi
|
||||||
|
- ls -la doodlestudent/front #test
|
||||||
- cd doodlestudent/front
|
- cd doodlestudent/front
|
||||||
- npm ci
|
- npm ci
|
||||||
- npm run build --prod
|
- npm run build --prod
|
||||||
|
|||||||
Reference in New Issue
Block a user