Commit 5eeaa52f authored by nanahira's avatar nanahira

another try for fix

parent 7b425e19
Pipeline #1322 canceled with stage
in 3 minutes and 38 seconds
...@@ -26,8 +26,8 @@ build_panel: ...@@ -26,8 +26,8 @@ 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:
stage: build stage: build
...@@ -41,8 +41,8 @@ build_daemon: ...@@ -41,8 +41,8 @@ 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:
stage: build stage: build
...@@ -56,8 +56,8 @@ build_sftp: ...@@ -56,8 +56,8 @@ 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:
stage: deploy stage: deploy
......
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