Skip to content

Commit

Permalink
fix: use git-deploy fixed image
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Bouquillon committed Nov 4, 2019
1 parent fd6ef17 commit cae3f68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github-deployments-feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Get Github Id (feature):

.send_url_to_github_stage: &send_url_to_github_stage
image:
name: $CI_REGISTRY/$IMAGE_INFRA_BASE_NAME/docker-kube:latest
name: ${CI_REGISTRY}/${IMAGE_INFRA_BASE_NAME}/git-deploy:1.0
script:
- export DEPLOY_ID=$(cat github_deploy_id)
- envsubst < /scripts/send-url.sh > /scripts/send-url-to-github.sh
Expand Down

0 comments on commit cae3f68

Please sign in to comment.