Skip to content

Commit 3c3dea1

Browse files
DISTMYSQL-140: Create dev Jenkins pipeline for Orchestrator
https://jira.percona.com/browse/DISTMYSQL-140 Changed TARBAL_URL_DEFAULT to official Percona repo
1 parent 8d1a0f1 commit 3c3dea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ RUN (cd /dbdeployer && ./dbdeployer defaults update reserved-ports '0')
2222
COPY . .
2323
RUN (cd /dbdeployer && ./dbdeployer defaults update reserved-ports '0')
2424

25-
ENV TARBAL_URL_DEFAULT https://raw.githubusercontent.com/kamil-holubicki/orchestrator-ci-env/master/mysql-tarballs/mysql-5.7.26.tar.xz
25+
ENV TARBAL_URL_DEFAULT https://raw.githubusercontent.com/percona/orchestrator-ci-env/master/mysql-tarballs/mysql-5.7.26.tar.xz
2626
CMD (cd $WORKPATH && "script/download-mysql" && "script/test-all")

0 commit comments

Comments
 (0)