Skip to content

Commit

Permalink
Update .gitlab-ci.yml
Browse files Browse the repository at this point in the history
Option -p zu mkdir hinzugefügt um Fehler zu verhindern, wenn der Ordner schon existiert
  • Loading branch information
alex1702 authored Aug 11, 2024
1 parent 65d86d0 commit 066547a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ default:
- apt-get install -y -qq openjdk-11-jre-headless ssh lib32ncurses6 lib32z1 wget tar file gnupg2 git-lfs > /dev/null
- source /private/ENVS
- whoami
- mkdir ~/.ssh
- mkdir -p ~/.ssh
- ssh-keyscan -p 60002 dw2.mvorg.de >> ~/.ssh/known_hosts
- ssh-keyscan -p 60002 116.202.81.23 >> ~/.ssh/known_hosts
- chmod 644 ~/.ssh/known_hosts
Expand Down

0 comments on commit 066547a

Please sign in to comment.