diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7cb8081..a7774f3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -44,6 +44,5 @@ fedora-distrobox-build-job: - buildah run $container -- tar xvf /tmp/nu.tar.gz -C /tmp - buildah run $container -- find "/tmp/nu-${NU_RELEASE}-x86_64-linux-gnu-full" -type f -not -name "LICENSE" -not -name "README.txt" -exec cp -v {} /usr/local/bin/ \; - buildah run $container -- sh -c 'echo "/usr/local/bin/nu" | tee -a /etc/shells' - - buildah run $container -- /usr/local/bin/nu -c 'register /usr/local/bin/nu_plugin_formats' - buildah commit --squash --rm $container "$FQ_IMAGE_NAME" - buildah push "$FQ_IMAGE_NAME"