Skip to content
This repository was archived by the owner on May 28, 2023. It is now read-only.

Commit 1f33672

Browse files
committed
Update .gitlab-ci.yml
1 parent c486c57 commit 1f33672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ deploy-to-prod:
2525
script:
2626
- apk add --no-cache curl
2727
- >
28-
curl -H "Content-Type: application/json" -X POST -d "{\"code\":\"test\", \"apiContainerVersion\":\"\${CI_COMMIT_SHA:0:8}\"}" http://10.29.1.1:4000/instances
28+
curl -H "Content-Type: application/json" -X POST -d "{\"code\":\"test\", \"apiContainerVersion\":\"${CI_COMMIT_SHA:0:8}\"}" http://10.29.1.1:4000/instances
2929
environment:
3030
name: staging
3131
url: https://test.storefrontcloud.io/

0 commit comments

Comments
 (0)