Skip to content

Commit

Permalink
Fix serverless app deployments by bumping tm version
Browse files Browse the repository at this point in the history
Previous version of the `tm` tool had a bug that resulted in not being
able to deploy serverless applications using this version.
  • Loading branch information
grzesiek authored and ayufan committed Jun 6, 2019
1 parent 9318fba commit e882954
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Fix serverless apps deployments by bumping 'tm' version
merge_request: 29254
author:
type: fixed
2 changes: 1 addition & 1 deletion lib/gitlab/ci/templates/Serverless.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ stages:

.serverless:deploy:image:
stage: deploy
image: gcr.io/triggermesh/tm@sha256:e3ee74db94d215bd297738d93577481f3e4db38013326c90d57f873df7ab41d5
image: gcr.io/triggermesh/tm@sha256:3cfdd470a66b741004fb02354319d79f1598c70117ce79978d2e07e192bfb336 # v0.0.11
environment: development
script:
- echo "$CI_REGISTRY_IMAGE"
Expand Down

0 comments on commit e882954

Please sign in to comment.