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 220eb3d commit 198a0efCopy full SHA for 198a0ef
.github/workflows/integration-per-language.yml
@@ -385,7 +385,7 @@ jobs:
385
- name: Execute Dry Run with variables passed through flag
386
run: |
387
mkdir -p test/temp
388
- ./draft --dry-run --dry-run-file test/temp/dry-run.json \
+ ./draft -v --dry-run --dry-run-file test/temp/dry-run.json \
389
create \
390
-d ./langtest/ \
391
-l ${{inputs.language}} \
@@ -395,7 +395,7 @@ jobs:
395
--variable APPNAME=testingCreateCommand \
396
--variable VERSION=1.11 \
397
--variable BUILDERVERSION=1.11 \
398
- --variable SERVICEPORT=8080 \
+ --variable SERVICEPORT=80 \
399
--variable NAMESPACE=testNamespace \
400
--variable IMAGENAME=testImage \
401
--variable IMAGETAG=latest \
0 commit comments