Skip to content
Snippets Groups Projects
Commit 84146b07 authored by Bayu Samudra's avatar Bayu Samudra
Browse files

fix: disabling cache

parent ab97ad6c
Branches
Tags v1.0.5
1 merge request!3Staging
Pipeline #51289 passed with stages
in 12 minutes and 33 seconds
...@@ -28,12 +28,11 @@ deploy: ...@@ -28,12 +28,11 @@ deploy:
only: only:
- tags - tags
before_script: before_script:
- apk update - apk add --no-cache wget
- apk add wget - apk add --no-cache tar
- wget https://github.com/digitalocean/doctl/releases/download/v1.92.0/doctl-1.92.0-linux-amd64.tar.gz - wget https://github.com/digitalocean/doctl/releases/download/v1.92.0/doctl-1.92.0-linux-amd64.tar.gz
- tar xf doctl-1.92.0-linux-amd64.tar.gz - tar xf doctl-1.92.0-linux-amd64.tar.gz
- mv doctl /usr/local/bin - mv doctl /usr/local/bin
- doctl auth init -t $DO_ACCESS_TOKEN - doctl auth init -t $DO_ACCESS_TOKEN
- doctl registry login - doctl registry login
script: script:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment