Skip to content
Snippets Groups Projects
Commit 6866f1ca authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

get a bit more visibility

parent 358a5165
No related branches found
No related tags found
3 merge requests!85Update production to staging,!71Bring Staging up to current Develop version,!64Run vulnerability scan on CI
Pipeline #300 failed
#!/usr/bin/env sh
set -eo pipefail
set -xeo pipefail
#
# `morph build ...` output is like
......@@ -20,6 +20,7 @@ OUTPUT=$1
[ -e scan-target ] && rm -v scan-target
nix-shell --run '
set -x
object=$(morph build morph/grid/testing/grid.nix 2>&1 | tail -n 1)
ln -s "$object" scan-target
'
......
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