mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 09:05:10 +00:00
ci: remove comments from example.env
This commit is contained in:
parent
13afb0f855
commit
5d5d97c6d9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build_bench.yml
vendored
2
.github/workflows/build_bench.yml
vendored
|
|
@ -32,7 +32,7 @@ jobs:
|
|||
uses: docker/setup-buildx-action@v2
|
||||
|
||||
- name: Set Environment Variables
|
||||
run: cat example.env >> "$GITHUB_ENV"
|
||||
run: cat example.env | grep -o '^[^#]*' >> "$GITHUB_ENV"
|
||||
|
||||
- name: Build and test
|
||||
uses: docker/bake-action@v3.1.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue