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 e6f088b commit 1802e37Copy full SHA for 1802e37
.github/workflows/test_cloud_runner.yml
@@ -84,9 +84,9 @@ jobs:
84
mkdir -p $data_linkdir
85
mkdir -p $data_linkdir/grid_spec
86
87
- ## Create symbolic links (for if runners are used at same time)
88
- ln -s /contrib2/c96L65/history ${data_linkdir}
89
- ln -s /contrib/container-test/grid_spec/${gridspec_file} ${data_linkdir}/grid_spec
+ ## Create symbolic links for data (for if runners are used at same time)
+ ln -sf /contrib2/c96L65_TEST/history ${data_linkdir}
+ ln -sf /contrib/container-test/grid_spec/${gridspec_file} ${data_linkdir}/grid_spec
90
91
# Write environment variable to GITHUB_ENV to make it accessible for other steps
92
echo "OUTPUT_DIR=$output_dir" >> $GITHUB_ENV
0 commit comments