Skip to content

Commit 21b3873

Browse files
committed
Move ref to test
1 parent 10b051b commit 21b3873

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab/prepare-oci-package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ fi
1414
## Obtain injector source
1515

1616
injector_repo="https://github.com/DataDog/datadog-injector-rb.git"
17-
injector_ref="lloeki/injector" # TODO: pin to an injector release
17+
injector_ref="lloeki/polish" # TODO: pin to an injector release
1818
injector_path="${HOME}/datadog-injector-rb"
1919

2020
git clone "${injector_repo}" --branch "${injector_ref}" "${injector_path}"

0 commit comments

Comments
 (0)