Skip to content

Commit

Permalink
forget -r for cp
Browse files Browse the repository at this point in the history
  • Loading branch information
sbeamer committed Oct 19, 2018
1 parent 4266e5f commit ecfde68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ test:
- cd ..
# Setup RISCV (image already has fesvr)
# - export RISCV=/riscv
- cp /riscv rocket/
- cp -r /riscv rocket/
# Make alias with for g++
- ln -s /usr/bin/g++-7 /usr/bin/g++
script:
Expand Down

0 comments on commit ecfde68

Please sign in to comment.