Skip to content

Commit d92df38

Browse files
committed
Fix variable reference for App Engine versioning in Cloud Build configuration
1 parent 3e3d25a commit d92df38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ steps:
111111
VERSION=$(date -u +'%Y%m%dt%H%M%S')
112112
gcloud app deploy \
113113
--project webalmanac \
114-
--version="${VERSION}" \
114+
--version="$$VERSION" \
115115
--stop-previous-version \
116116
--quiet
117117

0 commit comments

Comments
 (0)