We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 513ea2f commit a68e721Copy full SHA for a68e721
1 file changed
.gitlab-ci.yml
@@ -12,7 +12,8 @@ stages:
12
rspec:
13
stage: rspec
14
image: ruby:3.2.2
15
- RUNNER_TAG: "arm64"
+ tags:
16
+ - arm64
17
script:
18
- bundle install
19
- rspec spec
@@ -22,7 +23,8 @@ rspec:
22
23
to_gem:
24
stage: publish
25
26
27
28
29
- mkdir -p ~/.gem
30
- touch ~/.gem/credentials
0 commit comments