Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dotanuki-labs/gradle-wiper
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 88c55ce7aa1c822846c18693bc96664e8aa34c07
Choose a base ref
..
head repository: dotanuki-labs/gradle-wiper
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3cf9ea19983e9e5876d079627cf1003e01eea60e
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 krabby.sh
2 changes: 1 addition & 1 deletion krabby.sh
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ set -e
dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
cd "$dir"

readonly callinectes="ghcr.io/dotanuki-labs/callinectes:latest@sha256:00b19001919a4b296707b46292c057ae781113f6a221a37a7fa288ebdf745333"
readonly callinectes="ghcr.io/dotanuki-labs/callinectes:latest@sha256:911f5a7d1d5b9ae4f47fc4c53411297a5bcc824f5c6f04b060642a68df35441e"
readonly output_dir="artifacts"
readonly e2e_bin_home="target/e2e"
readonly task="$1"