Commit e4f47c2e authored by nanahira's avatar nanahira

fix ci

parent 543b5f0c
Pipeline #1321 canceled with stage
in 1 minute and 18 seconds
...@@ -26,7 +26,7 @@ build_panel: ...@@ -26,7 +26,7 @@ build_panel:
- docker push $CONTAINER_TEST_IMAGE - docker push $CONTAINER_TEST_IMAGE
only: only:
changes: changes:
- .gitlab-ci.yml # - .gitlab-ci.yml
- manifest/panel - manifest/panel
build_daemon: build_daemon:
...@@ -41,7 +41,7 @@ build_daemon: ...@@ -41,7 +41,7 @@ build_daemon:
- docker push $CONTAINER_TEST_IMAGE - docker push $CONTAINER_TEST_IMAGE
only: only:
changes: changes:
- .gitlab-ci.yml # - .gitlab-ci.yml
- manifest/daemon - manifest/daemon
build_sftp: build_sftp:
...@@ -56,7 +56,7 @@ build_sftp: ...@@ -56,7 +56,7 @@ build_sftp:
- docker push $CONTAINER_TEST_IMAGE - docker push $CONTAINER_TEST_IMAGE
only: only:
changes: changes:
- .gitlab-ci.yml # - .gitlab-ci.yml
- manifest/sftp - manifest/sftp
deploy_latest: deploy_latest:
......
FROM alpine:edge FROM alpine:edge
# modified at 2020.11.19
MAINTAINER Cameron Carney <ccarney16@live.com> MAINTAINER Cameron Carney <ccarney16@live.com>
ARG VERSION 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