Skip to content

Commit

Permalink
Fix custom_url commit-sha in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Dec 20, 2023
1 parent b71885e commit bbda166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sh/cyber_dojo_helpers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ readonly exe="${MY_DIR}/../../cyber-dojo"
# - - - - - - - - - - - - - - - - - - - - - - - - -
# Use Alpine-based url to help make tests faster

custom_urls() { printf https://github.com/cyber-dojo-start-points/java-junit; }
custom_urls() { printf 01d6142@https://github.com/cyber-dojo-start-points/java-junit; }
exercises_urls() { printf "${github_cyber_dojo}/exercises-start-points"; }
languages_urls() { printf https://github.com/cyber-dojo-start-points/ruby-minitest; }

Expand Down

0 comments on commit bbda166

Please sign in to comment.