Remove useless intsall

This commit is contained in:
Alessio Davoli 2023-09-25 17:34:56 +02:00
parent d01eae92d5
commit 725c7f0f07

View file

@ -3,7 +3,6 @@ steps:
image: git.webdeploy.it/webdeploy/alpine image: git.webdeploy.it/webdeploy/alpine
secrets: [docker_password, docker_username, runner_private_key] secrets: [docker_password, docker_username, runner_private_key]
commands: commands:
- apk add --no-cache openssh docker docker-compose jq
################### Provisioning ################### Provisioning
- echo "$${DOCKER_PASSWORD}" | docker login --password-stdin --username "$${DOCKER_USERNAME}" git.webdeploy.it - echo "$${DOCKER_PASSWORD}" | docker login --password-stdin --username "$${DOCKER_USERNAME}" git.webdeploy.it
- echo "TAG=$(jq -r .version ./frontend/package.json)" >> .env - echo "TAG=$(jq -r .version ./frontend/package.json)" >> .env