apt-get add accept flag
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Dovi Cowan 2023-02-21 01:47:34 +00:00
parent 294422e9af
commit be889bb87e
Signed by: dcowan
GPG key ID: C110D77558FBC227

View file

@ -30,7 +30,7 @@ steps:
- chmod 400 ~/.ssh/config.dokku - chmod 400 ~/.ssh/config.dokku
- echo "$JUMP_PRIVATE_KEY" > ~/.ssh/id_rsa - echo "$JUMP_PRIVATE_KEY" > ~/.ssh/id_rsa
- chmod 600 ~/.ssh/id_rsa - chmod 600 ~/.ssh/id_rsa
- apt-get update && apt-get install git - apt-get update && apt-get install git -y
- name: add-remote - name: add-remote
image: ubuntu:latest image: ubuntu:latest
commands: commands: