Skip to content

Commit

Permalink
fix(preview_instance.yaml): Fix typo in file name
Browse files Browse the repository at this point in the history
Replace "-" with "_".
  • Loading branch information
roydahan authored and fruch committed Dec 31, 2023
1 parent d1163c9 commit 1fcdd68
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
def lib = library identifier: 'sct@snapshot', retriever: legacySCM(scm)

artifactsPipeline(
test_config: '''["test-cases/artifacts/ubuntu2204.yaml", "configurations/gce/preview-instance.yaml"]''',
test_config: '''["test-cases/artifacts/ubuntu2204.yaml", "configurations/gce/preview_instance.yaml"]''',
backend: 'gce',
gce_datacenter: 'us-central1',
gce_project: 'gcp-local-ssd-latency',
Expand Down

0 comments on commit 1fcdd68

Please sign in to comment.