Commit 8d0679e0 authored by Alfredo Di Napoli's avatar Alfredo Di Napoli

Adjust msg in .gitlab-ci.yml

parent 89cb1bea
Pipeline #4366 passed with stage
......@@ -17,7 +17,7 @@ cabal --store-dir=$STORE_DIR v2-update 'hackage.haskell.org,2023-06-24T21:28:46Z
# Install stack2cabal if it can't be found.
if ! stack2cabal --help &> /dev/null
then
echo "<the_command> could not be found"
echo "stack2cabal could not be found"
cabal --store-dir=$STORE_DIR v2-install --index-state="2023-06-24T21:28:46Z" stack2cabal-1.0.14 --overwrite-policy=always
fi
stack2cabal --no-run-hpack -p '2023-06-24 21:28:46'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment