File tree Expand file tree Collapse file tree 2 files changed +5
-10
lines changed
Expand file tree Collapse file tree 2 files changed +5
-10
lines changed Original file line number Diff line number Diff line change 88
99echo -e " [metwork_${DEP_BRANCH} ]" > /etc/yum.repos.d/metwork.repo
1010echo -e " name=Metwork Continuous Integration Branch ${DEP_BRANCH} " >> /etc/yum.repos.d/metwork.repo
11- echo -e " baseurl=http://metwork-framework.org/pub/metwork/continuous_integration/rpms/${DEP_BRANCH} /${OS_VERSION} /" >> /etc/yum.repos.d/metwork.repo
11+ echo -e " baseurl=http://metwork-framework.org/pub/metwork/continuous_integration/rpms/${DEP_BRANCH} /centos6 /" >> /etc/yum.repos.d/metwork.repo
1212echo -e " gpgcheck=0\n\enabled=1\n\metadata_expire=0\n" >> /etc/yum.repos.d/metwork.repo
1313
1414 for rpm in ./rpms/metwork-mfext* .rpm; do rpm -qp --requires ./$rpm | grep metwork | grep -v " =" >> liste_dep; done
Original file line number Diff line number Diff line change 33# set -eu
44set -x
55
6- if test " ${OS_VERSION:- } " = " " ; then
7- echo " ERROR: OS_VERSION env is empty"
8- exit 1
9- fi
10-
116TAG=
127DEP_BRANCH=
138TARGET_DIR=
@@ -97,9 +92,9 @@ echo "::set-output name=tag::${TAG}"
9792echo " ::set-output name=dep_branch::${DEP_BRANCH} "
9893echo " ::set-output name=target_dir::${TARGET_DIR} "
9994echo " ::set-output name=dep_dir::${DEP_DIR} "
100- echo " ::set-output name=buildimage::metwork/mfxxx-${OS_VERSION} -buildimage:${DEP_BRANCH} "
101- echo " ::set-output name=testimage::metwork/mfxxx-${OS_VERSION} -testimage:${DEP_BRANCH} "
102- echo " ::set-output name=buildlog_dir::/pub/metwork/${CI} /buildlogs/${B} /mfextaddon_scientific/${OS_VERSION} /${GITHUB_RUN_NUMBER} "
95+ echo " ::set-output name=buildimage::metwork/mfxxx-centos6 -buildimage:${DEP_BRANCH} "
96+ echo " ::set-output name=testimage::metwork/mfxxx-centos6 -testimage:${DEP_BRANCH} "
97+ echo " ::set-output name=buildlog_dir::/pub/metwork/${CI} /buildlogs/${B} /mfextaddon_scientific/centos6 /${GITHUB_RUN_NUMBER} "
10398
104- echo " ::set-output name=rpm_dir::/pub/metwork/${CI} /rpms/${B} /${OS_VERSION} "
99+ echo " ::set-output name=rpm_dir::/pub/metwork/${CI} /rpms/${B} /centos6 "
105100echo " ::set-output name=doc_dir::/pub/metwork/${CI} /docs/${B} /mfextaddon_scientific"
You can’t perform that action at this time.
0 commit comments