Correction
This commit is contained in:
parent
b2c3974d76
commit
bce47a62c3
3 changed files with 2 additions and 6 deletions
|
@ -70,8 +70,8 @@ ncc-docker-debian:
|
|||
before_script:
|
||||
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
|
||||
script:
|
||||
- docker build --pull -t "$CI_REGISTRY_IMAGE${tag}-debian" .
|
||||
- docker push "$CI_REGISTRY_IMAGE${tag}-debian"
|
||||
- docker build --pull -t "$CI_REGISTRY_IMAGE$debian" .
|
||||
- docker push "$CI_REGISTRY_IMAGE$debian"
|
||||
rules:
|
||||
- if: $CI_COMMIT_BRANCH == 'master' || $CI_COMMIT_BRANCH == 'dev'
|
||||
exists:
|
||||
|
|
|
@ -56,10 +56,8 @@ COPY --from=builder /tmp/. .
|
|||
RUN install-php-extensions mbstring \
|
||||
ctype \
|
||||
common; \
|
||||
|
||||
# Add git and tar
|
||||
apk add git tar; \
|
||||
|
||||
# Install phive, phab and ncc; create workdir
|
||||
chmod +x phive.phar; \
|
||||
mv phive.phar /usr/local/bin/phive; \
|
||||
|
|
|
@ -56,10 +56,8 @@ COPY --from=builder /tmp/. .
|
|||
RUN install-php-extensions mbstring \
|
||||
ctype \
|
||||
common; \
|
||||
|
||||
# Add git
|
||||
apt install -y git; \
|
||||
|
||||
# Install phive, phab and ncc; create workdir
|
||||
chmod +x phive.phar; \
|
||||
mv phive.phar /usr/local/bin/phive; \
|
||||
|
|
Loading…
Add table
Reference in a new issue