Skip to content
Snippets Groups Projects
Commit 172c7862 authored by Jason Hiser's avatar Jason Hiser :tractor:
Browse files

fixed bug where artifacts didnt hit artifact directory

parent 7c25f44b
No related branches found
No related tags found
No related merge requests found
Pipeline #3868 passed
......@@ -5,6 +5,6 @@ set -e
mkdir -p test_binaries/
cp $(which ls) ls.$(uname -m)
cp $(which bzip2) ls.$(uname -m)
cp $(which ls) test_binaries/ls.$(uname -m)
cp $(which bzip2) test_binaries/ls.$(uname -m)
ls
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment