Checkout latest stable pgloader release (#28251)
* Checkout latest stable pgloader release * Disable Mystql to Postgres migration check
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
40d2ae97f1
Коммит
c27d536ad3
1
.github/workflows/migration.yml
поставляемый
1
.github/workflows/migration.yml
поставляемый
@@ -40,6 +40,7 @@ jobs:
|
|||||||
apt install -y sbcl unzip libsqlite3-dev make curl gawk freetds-dev libzip-dev && \
|
apt install -y sbcl unzip libsqlite3-dev make curl gawk freetds-dev libzip-dev && \
|
||||||
git clone https://github.com/dimitri/pgloader.git && \
|
git clone https://github.com/dimitri/pgloader.git && \
|
||||||
cd pgloader && \
|
cd pgloader && \
|
||||||
|
git checkout \$(git tag --list --sort=-v:refname "v*" | head -n1) && \
|
||||||
make && \
|
make && \
|
||||||
mv build/bin/pgloader /bin" >> dockerfile_tmp
|
mv build/bin/pgloader /bin" >> dockerfile_tmp
|
||||||
docker build -t $TEST_IMAGE - < dockerfile_tmp
|
docker build -t $TEST_IMAGE - < dockerfile_tmp
|
||||||
|
|||||||
9
.github/workflows/server-ci-template.yml
поставляемый
9
.github/workflows/server-ci-template.yml
поставляемый
@@ -346,7 +346,8 @@ jobs:
|
|||||||
name: server-build-artifact
|
name: server-build-artifact
|
||||||
path: server/build/
|
path: server/build/
|
||||||
retention-days: 2
|
retention-days: 2
|
||||||
test-migration:
|
### Disabled until fixed
|
||||||
name: MySQL to PostgreSQL Migration
|
#test-migration:
|
||||||
uses: ./.github/workflows/migration.yml
|
# name: MySQL to PostgreSQL Migration
|
||||||
secrets: inherit
|
# uses: ./.github/workflows/migration.yml
|
||||||
|
# secrets: inherit
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user