Commit 7b425e19 authored by nanahira's avatar nanahira

Revert "fix ci"

This reverts commit e4f47c2e.
parent e4f47c2e
...@@ -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