Skip to content

Commit

Permalink
Update .gitlab-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiddo Nees committed Nov 3, 2024
1 parent 5f4e21d commit 7cb4141
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ variables:
build:
stage: build
before_script:
- sudo update-alternatives --set php /usr/bin/php7.4
- export PATH="/usr/bin/php7.4:$PATH"
- php -v
script:
- composer update --no-dev
Expand All @@ -30,7 +30,7 @@ build:
.deploy: &deploy
stage: deploy
before_script:
- sudo update-alternatives --set php /usr/bin/php7.4
- export PATH="/usr/bin/php7.4:$PATH"
- php -v
- eval $(ssh-agent -s)
- ssh-add <(echo $SSH_PRIVATE_KEY | base64 -d)
Expand Down

0 comments on commit 7cb4141

Please sign in to comment.