Skip to content

Commit 318ea47

Browse files
committed
Change oauth 3.2 plugin download path
1 parent cfba459 commit 318ea47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ RUN curl -fSsL \
3636

3737
#oauth2
3838
RUN curl -fSsL \
39-
${GERRITFORGE_URL}/job/plugin-oauth-bazel-master-stable-${PLUGIN_VERSION}/${GERRITFORGE_ARTIFACT_DIR}/oauth/oauth.jar \
39+
${GERRITFORGE_URL}/job/plugin-oauth-bazel-stable-${PLUGIN_VERSION}/${GERRITFORGE_ARTIFACT_DIR}/oauth/oauth.jar \
4040
-o ${GERRIT_HOME}/oauth.jar
4141

4242
#importer

0 commit comments

Comments
 (0)