diff options
| author | Emilio Jesus Gallego Arias | 2020-05-01 08:51:37 +0200 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2020-05-01 08:51:37 +0200 |
| commit | df89e28b0de6597b849078a4fd7d2dce3710f5e4 (patch) | |
| tree | a0d3d603926687237ad7951add145f7b4ea766e5 /dev/ci/ci-corn.sh | |
| parent | 6a021782f391b8c4829207138a5fbe119a8bd683 (diff) | |
| parent | 6cc6b87f997d7a5e848203b49bfedfaa96c53bb2 (diff) | |
Merge PR #12217: Fix #12215: ci scripts naming inconsistencies
Reviewed-by: ejgallego
Diffstat (limited to 'dev/ci/ci-corn.sh')
| -rwxr-xr-x | dev/ci/ci-corn.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/ci/ci-corn.sh b/dev/ci/ci-corn.sh index a0c714884c..ac3978dc8d 100755 --- a/dev/ci/ci-corn.sh +++ b/dev/ci/ci-corn.sh @@ -3,6 +3,6 @@ ci_dir="$(dirname "$0")" . "${ci_dir}/ci-common.sh" -git_download Corn +git_download corn -( cd "${CI_BUILD_DIR}/Corn" && ./configure.sh && make && make install ) +( cd "${CI_BUILD_DIR}/corn" && ./configure.sh && make && make install ) |
