Edit .gitlab-ci.yml
This commit is contained in:
@@ -67,8 +67,8 @@ deploy-dev:
|
|||||||
script:
|
script:
|
||||||
- echo "Deploying application..."
|
- echo "Deploying application..."
|
||||||
- ls
|
- ls
|
||||||
- apt-get update
|
- apk update
|
||||||
- apt-get install -y curl
|
- apk add curl
|
||||||
- |
|
- |
|
||||||
curl -X POST \
|
curl -X POST \
|
||||||
-H "Content-Type: application/json" \
|
-H "Content-Type: application/json" \
|
||||||
|
|||||||
Reference in New Issue
Block a user