Skip to content
Snippets Groups Projects
Commit 5a73bac5 authored by cyril.cros's avatar cyril.cros
Browse files

Show me the config

parent cb34df33
No related branches found
No related tags found
No related merge requests found
Pipeline #65766 passed
......@@ -47,16 +47,13 @@ build_nginx_with_jbrowse_config_file:
- echo "Destination follows"
- echo $CI_REGISTRY_IMAGE:jbrowse2-$CI_COMMIT_SHORT_SHA
export_advanced_artifacts_via_inception:
stage: build
show_me_my_config:
stage: deploy
image: $CI_REGISTRY_IMAGE:jbrowse2-$CI_COMMIT_SHORT_SHA
needs:
- build_nginx_with_jbrowse_config_file
script:
- cp /usr/share/nginx/html/config.json image/config.json
artifacts:
paths:
- image/config.json
- cat /usr/share/nginx/html/config.json
deploy_to_k8s:
stage: deploy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment