Skip to content

Commit 26267f8

Browse files
committed
Merge branch 'build_fix' into 'master'
Build fix See merge request automation-sdk/f5-cloud-failover!331
2 parents 2e7a02a + b3aacdd commit 26267f8

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.gitlab-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,17 +127,17 @@ coverage:
127127
when: manual
128128

129129
build_package:
130-
image: ${ARTIFACTORY_SERVER}/dockerhub-remote/node:8
130+
image: ${ARTIFACTORY_SERVER}/dockerhub-remote/f5devcentral/containthedocs:rpmbuild
131131
stage: build_package
132132
except:
133133
variables:
134134
- $CI_COMMIT_REF_NAME == "docs_production"
135135
- $CI_COMMIT_REF_NAME == "docs_staging"
136136
script:
137137
- echo 'CI BUILD'
138-
# install packages: rpm jq
138+
# install packages: jq
139139
- apt-get update
140-
- apt-get install -y rpm jq
140+
- apt-get install -y jq
141141
# build RPM, handles dependency installation, etc.
142142
- bash ./scripts/build_rpm.sh
143143
tags:

deployment-tool

0 commit comments

Comments
 (0)