Break the test
This commit is contained in:
parent
bfdd417fff
commit
eb71d980a7
2 changed files with 9 additions and 1 deletions
|
@ -119,3 +119,11 @@ release:
|
|||
--assets-link "{\"name\":\"c4k-website.js\",\"url\":\"https://gitlab.com/domaindrivenarchitecture/c4k-website/-/jobs/${CI_JOB_ID}/artifacts/file/target/frontend-build/c4k-website.js\"}" \
|
||||
--assets-link "{\"name\":\"c4k-website.js.sha256\",\"url\":\"https://gitlab.com/domaindrivenarchitecture/c4k-website/-/jobs/${CI_JOB_ID}/artifacts/file/target/frontend-build/c4k-website.js.sha256\"}" \
|
||||
--assets-link "{\"name\":\"c4k-website.js.sha512\",\"url\":\"https://gitlab.com/domaindrivenarchitecture/c4k-website/-/jobs/${CI_JOB_ID}/artifacts/file/target/frontend-build/c4k-website.js.sha512\"}" \
|
||||
|
||||
website-image-test-publish:
|
||||
image: domaindrivenarchitecture/devops-build:latest
|
||||
stage: image
|
||||
rules:
|
||||
- if: '$CI_COMMIT_TAG != null'
|
||||
script:
|
||||
- cd infrastructure/docker-nextcloud && pyb image test publish
|
|
@ -1,4 +1,4 @@
|
|||
{:file [{:path "/entrypoint.sh" :mod "700"}
|
||||
{:path "/usr/local/bin/functions.sh" :mod "700"}
|
||||
{:path "/etc/exclude.pattern" :mod "700"}
|
||||
{:path "/etc/excludes.pattern" :mod "700"}
|
||||
{:path "/etc/lein/project.clj" :mod "700"}]}
|
||||
|
|
Loading…
Reference in a new issue