We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef054ff commit 8eb17dbCopy full SHA for 8eb17db
.gitlab-ci.yml
@@ -176,7 +176,13 @@ smoke-test:
176
- spi-server-deploy
177
script: |
178
rester() {
179
- docker run --rm -t -e base_url="$SITE_URL" -e api_token="$api_token" -v $PWD:/host -w /host finestructure/rester:0.8.1 "$1"
+ docker run --rm -t \
180
+ -e base_url="$SITE_URL" \
181
+ -e api_token="$api_token" \
182
+ -e smoke_test_token="$SMOKE_TEST_TOKEN" \
183
+ -v $PWD:/host \
184
+ -w /host \
185
+ finestructure/rester:0.8.1 "$1"
186
}
187
echo Testing with SITE_URL: ${SITE_URL}
188
rester restfiles/smoke-test.restfile
0 commit comments