We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 161f845 commit a16a8fbCopy full SHA for a16a8fb
.github/workflows/test.yml
@@ -41,8 +41,10 @@ jobs:
41
# This could happen if the developer ran make generate but didn't run make migration_sync
42
- name: Generate migrations
43
if: ${{ matrix.app == 'controlplane' }}
44
+ env:
45
+ ATLAS_VERSION: v0.24.1
46
run: |
- wget -q https://release.ariga.io/atlas/atlas-linux-amd64-latest -O /tmp/atlas
47
+ wget -q https://release.ariga.io/atlas/atlas-linux-amd64-$ATLAS_VERSION -O /tmp/atlas
48
sudo install /tmp/atlas /usr/local/bin/atlas
49
50
make -C app/controlplane migration_sync
0 commit comments