mirror of
https://github.com/CopterExpress/clover.git
synced 2026-05-26 11:43:25 +00:00
CI: fix Bash syntax
This commit is contained in:
@@ -20,8 +20,8 @@ jobs:
|
||||
directories:
|
||||
- imgcache
|
||||
before_script:
|
||||
- if [ -z "$DOCKER_USERNAME" ]
|
||||
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
|
||||
- if [ -z "$DOCKER_USERNAME" ]; then
|
||||
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin;
|
||||
fi
|
||||
- docker pull ${DOCKER}
|
||||
# Check if there are any cached images, copy them to our "images" directory
|
||||
|
||||
Reference in New Issue
Block a user