Skip to content
Snippets Groups Projects
Commit 5fdfa1ee authored by Administrator's avatar Administrator
Browse files

devfile_compile.py [skip ci]

parent 4f2dbe1d
No related branches found
No related tags found
No related merge requests found
Pipeline #2795 failed with stages
in 1 second
......@@ -8,6 +8,9 @@ ${BASE_IMAGE_TYPE}:
- docker tag $DIT_REGISTRY/jupyterlab3/${BASE_IMAGE_TYPE}:main $CI_REGISTRY/root/maap-workspaces/jupyterlab3/${BASE_IMAGE_TYPE}:${TAG}
- docker push $CI_REGISTRY/root/maap-workspaces/jupyterlab3/${BASE_IMAGE_TYPE}:${TAG}
- scp -vr devfiles/${BASE_IMAGE_TYPE}/devfile/ ${UAT_API_MACHINE}:/var/www/devfile-registry/devfiles/${BASE_IMAGE_TYPE}/
- scp -vr devfiles/devfile_compile.py ${UAT_API_MACHINE}:/var/www/devfile-registry/devfiles/devfile_compile.py
- ssh ${UAT_API_MACHINE} python3 /var/www/devfile-registry/devfiles/devfile_compile.py
tags:
......
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