Skip to content

Commit

Permalink
fix: gitlab ci entrypoint in deployer example
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim authored Jan 6, 2025
1 parent a699e74 commit 592ec37
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,9 @@ variables:
Deploy:
stage: deploy
# Tags are useful to only use runners that are safe or meet specific requirements
image: shopware/shopware-cli:latest-php-8.3
image:
name: shopware/shopware-cli:latest
entrypoint: [ "/bin/sh", "-c" ]
before_script:
# First, we need to execute all commands that are defined in the `configureSSHAgent` variable.
- *configureSSHAgent
Expand Down

0 comments on commit 592ec37

Please sign in to comment.