We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5a0812 commit 221f761Copy full SHA for 221f761
.circleci/config.yml
@@ -56,11 +56,15 @@ commands:
56
mount.efs --version
57
build-rpm:
58
steps:
59
- - checkout
60
- run:
61
name: Install dependencies
62
command: |
63
- yum -y install rpm-build make systemd
+ yum -y install rpm-build make systemd git
+ - run:
64
+ name: Add local build repo as safe git directory
65
+ command: |
66
+ git config --global --add safe.directory /tmp/_circleci_local_build_repo
67
+ - checkout
68
69
name: Build RPM
70
@@ -216,6 +220,9 @@ workflows:
216
220
- build-rpm-package:
217
221
name: rocky8
218
222
image: rockylinux/rockylinux:8
223
+ - build-rpm-package:
224
+ name: rocky9
225
+ image: rockylinux/rockylinux:9
219
226
227
name: amazon-linux-latest
228
image: amazonlinux:latest
0 commit comments