mirror of
https://git.netzspielplatz.de/docker-multiarch/flarum.git
synced 2025-11-08 18:29:31 +00:00
git clone not pull, stupid ;)
This commit is contained in:
parent
50cabe84c0
commit
6f7d30f6a5
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ build:
|
|||
script:
|
||||
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
|
||||
- docker login -u $DOCKER_LOGIN -p $DOCKER_PASSWORD
|
||||
- git pull https://github.com/mondediefr/docker-flarum.git
|
||||
- git clone https://github.com/mondediefr/docker-flarum.git
|
||||
- cd docker-flarum
|
||||
- git apply ../chown-fix.patch
|
||||
- docker buildx create --use --name A$CI_COMMIT_SHORT_SHA
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue