Skip to content

Commit

Permalink
ci: do not git stash in docker review stop job
Browse files Browse the repository at this point in the history
  • Loading branch information
matzeeable committed Jun 17, 2020
1 parent f57339a commit 7db5a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const createConfig: CreateConfigFunction = async () => {
"export TMP_FILES=$(cd $TMP_CI_PROJECT_DIR && eval find $INSTALL_VENDOR_FOLDERS -maxdepth 0 2>/dev/null)",
"echo $TMP_FILES",
"time for dirs in $TMP_FILES; do ln -s $TMP_CI_PROJECT_DIR/$dirs $dirs; done",
"git stash",
"git stash || :", // Allow to fail, e. g. in `docker review stop`
// Make sure all dependencies are installed correctly
"yarn bootstrap",
// Make sure cypress is installed correctly
Expand Down

0 comments on commit 7db5a07

Please sign in to comment.