From 2ef2354b9f8d6c760646ff2ef84ca7bf7d5f90ea Mon Sep 17 00:00:00 2001 From: Ryan Dale Date: Sun, 28 Jan 2024 10:37:05 -0500 Subject: [PATCH] rm labeling using bioconda-utils for now --- .github/workflows/bioconda-utils-build-env-cos7.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/bioconda-utils-build-env-cos7.yml b/.github/workflows/bioconda-utils-build-env-cos7.yml index bce71516..d01bdba0 100644 --- a/.github/workflows/bioconda-utils-build-env-cos7.yml +++ b/.github/workflows/bioconda-utils-build-env-cos7.yml @@ -90,7 +90,6 @@ jobs: pkg_list="$( run cat /.pkg.lst | tr '\n' '|' | sed 's/|$//' )" glibc="$( run sh -c 'exec "$( find -xdev -name libc.so.6 -print -quit )"' | sed '1!d' )" bash="$( run bash --version | sed '1!d' )" - bioconda_utils="$( run ". /opt/conda/etc/profile.d/conda.sh && conda activate base && bioconda-utils --version" )" buildah rm "${container}" # Store package/version info as labels for the image @@ -100,7 +99,6 @@ jobs: --label=bash="${bash}" \ --label=deb-list="${deb_list}" \ --label=pkg-list="${pkg_list}" \ - --label=bioconda-utils="${bioconda_utils}" \ "${container}" # Store the new image (now with labels)