Skip to content

Commit 42a3f03

Browse files
committed
Use main branch in tests
1 parent d46bef2 commit 42a3f03

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"command_repository_base_url": "https://raw.githubusercontent.com/criteo/command-launcher/distributed-pkg/test/remote-repo",
2+
"command_repository_base_url": "https://raw.githubusercontent.com/criteo/command-launcher/main/test/remote-repo",
33
"ci_enabled": true
44
}

test/integration.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ SCRIPT_DIR=${1:-$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && p
44
echo "integration test directory: $SCRIPT_DIR"
55

66
#BRANCH_NAME=$(git branch --show-current)
7-
EXAMPLE_BRANCH_NAME=distributed-pkg
7+
EXAMPLE_BRANCH_NAME=main
88

99
# create output folder
1010
OUTPUT_DIR=$SCRIPT_DIR/output

test/remote-repo/index.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
{
1010
"name": "bonjour",
1111
"version": "1.0.0",
12-
"url": "https://github.com/criteo/command-launcher/raw/distributed-pkg/test/packages-src/bonjour/bonjour-v1.pkg",
12+
"url": "https://github.com/criteo/command-launcher/raw/main/test/packages-src/bonjour/bonjour-v1.pkg",
1313
"checksum": "7244e66cc7084f883cb924020fd5a6e000dc6613d19ef07bc33a1d317412d4ff",
1414
"startPartition": 0,
1515
"endPartition": 9

0 commit comments

Comments
 (0)