Skip to content

Commit

Permalink
(forgot to checkout the code. Doh!)
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenearths committed Jun 21, 2024
1 parent ec297f9 commit 9360cb4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/s2m_2_docker_build_on_oss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
platform=${{ matrix.platform }}
echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV
- name: Checkout code
uses: actions/checkout@v2
with:
fetch-depth: 1

- name: Copy .env.example to .env
run: cp .env.example .env

Expand Down

0 comments on commit 9360cb4

Please sign in to comment.