Skip to content

Commit

Permalink
fix: ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
mhf-ir committed Aug 5, 2023
1 parent 22c8ea0 commit 5e3ddcc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
- name: Build and push 9
run: |
cd /tmp
rm -rf build-dir
mkdir /tmp/build-dir
export GRAFANA_VERSION=$(curl -Ls https://api.github.com/repos/grafana/grafana/releases | jq -r '.[].name' | grep -v 'unreleased' | grep '^9.' | sort --version-sort | tail -n 1 | awk '{print $1}')
git clone --depth 1 https://github.com/grafana/grafana.git
Expand All @@ -44,6 +48,10 @@ jobs:
- name: Build and push 10
run: |
cd /tmp
rm -rf build-dir
mkdir /tmp/build-dir
export GRAFANA_VERSION=$(curl -Ls https://api.github.com/repos/grafana/grafana/releases | jq -r '.[].name' | grep -v 'unreleased' | grep '^9.' | sort --version-sort | tail -n 1 | awk '{print $1}')
git clone --depth 1 https://github.com/grafana/grafana.git
Expand Down

0 comments on commit 5e3ddcc

Please sign in to comment.