Remove useless intsall
This commit is contained in:
parent
d01eae92d5
commit
725c7f0f07
1 changed files with 0 additions and 1 deletions
|
@ -3,7 +3,6 @@ steps:
|
|||
image: git.webdeploy.it/webdeploy/alpine
|
||||
secrets: [docker_password, docker_username, runner_private_key]
|
||||
commands:
|
||||
- apk add --no-cache openssh docker docker-compose jq
|
||||
################### Provisioning
|
||||
- echo "$${DOCKER_PASSWORD}" | docker login --password-stdin --username "$${DOCKER_USERNAME}" git.webdeploy.it
|
||||
- echo "TAG=$(jq -r .version ./frontend/package.json)" >> .env
|
||||
|
|
Loading…
Reference in a new issue