Skip to content

Commit

Permalink
build: sync common files from github_organization_management repository
Browse files Browse the repository at this point in the history
  • Loading branch information
metworkbot committed Sep 25, 2023
1 parent ee136fa commit 1c91eee
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/integration_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ echo -e "name=Metwork Continuous Integration Branch ${DEP_BRANCH}" >> /etc/yum.r
echo -e "baseurl=http://metwork-framework.org/pub/metwork/continuous_integration/rpms/${DEP_BRANCH}/${OS_VERSION}/" >> /etc/yum.repos.d/metwork.repo
echo -e "gpgcheck=0\n\enabled=1\n\metadata_expire=0\n" >>/etc/yum.repos.d/metwork.repo


for rpm in ./rpms/metwork-mfext*.rpm; do rpm -qp --requires ./$rpm | grep metwork | grep -v "=" >> liste_dep; done
cat liste_dep | sort -u > liste_dep2
yum -y install `cat liste_dep2`
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/set_variables.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ echo "buildimage=metwork/mfxxx-${OS_VERSION}-buildimage:${DEP_BRANCH}" >> ${GITH
echo "testimage=metwork/mfxxx-${OS_VERSION}-testimage:${DEP_BRANCH}" >> ${GITHUB_OUTPUT}
echo "buildlog_dir=/pub/metwork/${CI}/buildlogs/${B}/mfextaddon_template/${OS_VERSION}/${GITHUB_RUN_NUMBER}" >> ${GITHUB_OUTPUT}
echo "skip_dispatch=${SKIP_DISPATCH}" >> ${GITHUB_OUTPUT}

echo "rpm_dir=/pub/metwork/${CI}/rpms/${B}/${OS_VERSION}" >> ${GITHUB_OUTPUT}
echo "doc_dir=/pub/metwork/${CI}/docs/${B}/mfextaddon_template" >> ${GITHUB_OUTPUT}
echo "nexus_dir=null" >> ${GITHUB_OUTPUT}

0 comments on commit 1c91eee

Please sign in to comment.