Skip to content

Commit

Permalink
fix leaked name in proj_template
Browse files Browse the repository at this point in the history
  • Loading branch information
KC Erb committed Oct 10, 2020
1 parent b6953b6 commit 28f7d7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proj_template/script/deploy
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ if [[ -z "$DEPLOY_VERSION" ]]; then
fi

MAX_COMMITS=10
IMAGE='registry.gitlab.com/kcerb/foo_bar/lucky'
IMAGE='registry.gitlab.com/GITLAB_USER/GITLAB_REPO_NAME/lucky'

# Update commit to match deploy
git checkout $DEPLOY_VERSION
Expand Down

0 comments on commit 28f7d7d

Please sign in to comment.