We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92bf187 commit b0cea51Copy full SHA for b0cea51
esmvaltool/utils/recipe_test_workflow/recipe_test_workflow/app/install_cold/bin/install_cold.sh
@@ -16,6 +16,7 @@ mkdir "${TARGET_DIR}"
16
17
# Copy the environment file to the 'bin' directory.
18
cp "${SOURCE_PATH}" "${TARGET_DIR}/${ENV_FILE}"
19
+chmod u+x "${TARGET_DIR}/${ENV_FILE}"
20
21
# Remove the ESMValTool and ESMValCore directories, if they exist.
22
if [[ -d ${ESMVALTOOL_DIR} ]]; then
0 commit comments