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

The deployment don't get updated but the config is okay

parent dab4afab
1 merge request!1Check docker
Pipeline #58334 passed
......@@ -66,4 +66,4 @@ clean_up_k8s_deployment:
script:
- echo 'Failed job, deleting resources'
- envsubst < deployment/jbrowse2-dep.tmpl > deployment/jbrowse2-dep.yaml
- kubectl delete -k deployment
\ No newline at end of file
- kubectl delete -k deployment
......@@ -5,7 +5,6 @@ WORKDIR /app
COPY jbrowse_script.sh .
RUN ./jbrowse_script.sh
RUN rm -rf annelids/node_modules
RUN ls -alh
# Stage 2: Load into nginx
FROM nginx:alpine
......
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