Skip to content
Snippets Groups Projects
Verified Commit 189c14fc authored by Alexander Wellbrock's avatar Alexander Wellbrock
Browse files

fix typo in path to shell-tools

parent abdad0e1
No related branches found
No related tags found
No related merge requests found
Pipeline #5426 canceled
...@@ -16,7 +16,7 @@ variables: ...@@ -16,7 +16,7 @@ variables:
- dnf -y upgrade - dnf -y upgrade
- dnf -y install podman buildah findutils git - dnf -y install podman buildah findutils git
- sed -e 's/.* cgroup_manager =.*/cgroup_manager = "cgroupfs"/' /usr/share/containers/containers.conf > /etc/containers/containers.conf \ - sed -e 's/.* cgroup_manager =.*/cgroup_manager = "cgroupfs"/' /usr/share/containers/containers.conf > /etc/containers/containers.conf \
- /resources/shell-tools/install.sh - resources/shell-tools/install.sh
- podman login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY - podman login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
- export BUILD_DATE="$(date --rfc-3339 ns)" - export BUILD_DATE="$(date --rfc-3339 ns)"
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment