Commit ec516203 authored by nanahira's avatar nanahira

Merge branch 'test-condition-build'

parents 7b425e19 5eeaa52f
Pipeline #1323 passed with stage
in 2 minutes and 53 seconds
......@@ -26,8 +26,8 @@ build_panel:
- docker push $CONTAINER_TEST_IMAGE
only:
changes:
- .gitlab-ci.yml
- manifest/panel
- ./.gitlab-ci.yml
- ./manifest/panel/
build_daemon:
stage: build
......@@ -41,8 +41,8 @@ build_daemon:
- docker push $CONTAINER_TEST_IMAGE
only:
changes:
- .gitlab-ci.yml
- manifest/daemon
- ./.gitlab-ci.yml
- ./manifest/daemon/
build_sftp:
stage: build
......@@ -56,8 +56,8 @@ build_sftp:
- docker push $CONTAINER_TEST_IMAGE
only:
changes:
- .gitlab-ci.yml
- manifest/sftp
- ./.gitlab-ci.yml
- ./manifest/sftp/
deploy_latest:
stage: deploy
......
FROM alpine:edge
# modified at 2020.11.19
MAINTAINER Cameron Carney <ccarney16@live.com>
ARG VERSION
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment