Skip to content

Commit

Permalink
Direct the rhel8 ci build step to build umobj against python3
Browse files Browse the repository at this point in the history
  • Loading branch information
liammonahan committed Dec 9, 2019
1 parent 971353c commit ac11b97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ build_rpm_rhel8:
stage: build
image: registry.umiacs.umd.edu/docker/build/umbuild:rhel8
script:
- make rpm PYTHON=python2
- make rpm PYTHON=python3
- mkdir -p dist/rhel8
- cp /srv/build/rhel8/RPMS/noarch/$CI_PROJECT_NAME-$CI_COMMIT_TAG-1.noarch.rpm dist/rhel8/$CI_PROJECT_NAME-$CI_COMMIT_TAG-1.noarch.rpm
artifacts:
Expand Down

0 comments on commit ac11b97

Please sign in to comment.