Skip to content

Commit

Permalink
Checkout latest stable pgloader release (mattermost#28251)
Browse files Browse the repository at this point in the history
* Checkout latest stable pgloader release
* Disable Mystql to Postgres migration check
  • Loading branch information
mvitale1989 authored Sep 19, 2024
1 parent 40d2ae9 commit c27d536
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/migration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
apt install -y sbcl unzip libsqlite3-dev make curl gawk freetds-dev libzip-dev && \
git clone https://github.com/dimitri/pgloader.git && \
cd pgloader && \
git checkout \$(git tag --list --sort=-v:refname "v*" | head -n1) && \
make && \
mv build/bin/pgloader /bin" >> dockerfile_tmp
docker build -t $TEST_IMAGE - < dockerfile_tmp
Expand Down
9 changes: 5 additions & 4 deletions .github/workflows/server-ci-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,8 @@ jobs:
name: server-build-artifact
path: server/build/
retention-days: 2
test-migration:
name: MySQL to PostgreSQL Migration
uses: ./.github/workflows/migration.yml
secrets: inherit
### Disabled until fixed
#test-migration:
# name: MySQL to PostgreSQL Migration
# uses: ./.github/workflows/migration.yml
# secrets: inherit

0 comments on commit c27d536

Please sign in to comment.