Skip to content

Commit

Permalink
Remove -x flag from just run target
Browse files Browse the repository at this point in the history
  • Loading branch information
ianpittwood committed Jul 6, 2023
1 parent c4a37e2 commit c6fe98f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workbench-for-google-cloud-workstations/Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ test-i TAG=`just _make-default-tag`:
# Run Workbench - just RSW_LICENSE="<RSW license>" run rstudio/r-session-complete:ubuntu1804-2022.07.2-576.pro12
run TAG=`just _make-default-tag` CMD="":
#!/usr/bin/env bash
set -euxo pipefail
set -euo pipefail
if [ -z "{{ RSW_LICENSE }}" ] && [ -z "{{ RSW_LICENSE_SERVER }}" ]; then
echo "Please set RSW_LICENSE or RSW_LICENSE_SERVER before running."
exit 1
Expand Down

0 comments on commit c6fe98f

Please sign in to comment.