Skip to content

Commit

Permalink
fix start-gretl.sh: use a tagged version
Browse files Browse the repository at this point in the history
  • Loading branch information
edigonzales committed May 6, 2024
1 parent c6e46dc commit 2935a47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtimeImage/start-gretl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ docker run -i --rm \
--network="host" \
-v "$job_directory":/home/gradle/project \
--user $UID \
sogis/gretl "-c" \
sogis/gretl:2.2 "-c" \
"/usr/local/bin/run-jnlp-client > /dev/null 2>&1;cd /home/gradle/project;$gretl_cmd"

0 comments on commit 2935a47

Please sign in to comment.