Skip to content
Snippets Groups Projects

Update Dockerfile and gitlab-ci

Merged Dimitra Chatzichrysou requested to merge update-dockerfile into master
3 files
+ 16
40
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -16,7 +16,7 @@ spec:
description: The namespace of the drupal site
steps:
- name: database-restore
image: gitlab-registry.cern.ch/drupal/paas/drupal-operations/openshift-cli:velero-restore
image: {{ .Values.image }}
imagePullPolicy: Always
command:
- /bin/sh
Loading