mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-24 16:55:08 +00:00
Update build_system_image.yml
This commit is contained in:
parent
b8bde8baa0
commit
7ee6c7c8bc
1 changed files with 3 additions and 3 deletions
6
.github/workflows/build_system_image.yml
vendored
6
.github/workflows/build_system_image.yml
vendored
|
|
@ -18,9 +18,9 @@ jobs:
|
||||||
- name: checkout Script content
|
- name: checkout Script content
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Create directory
|
# - name: Create directory
|
||||||
run: |
|
# run: |
|
||||||
mkdir ~/gitops
|
# mkdir ~/gitops
|
||||||
- name: Create first bench
|
- name: Create first bench
|
||||||
run: |
|
run: |
|
||||||
cp example.env ~/gitops/${{ github.event.pull_request.head.ref }}.env
|
cp example.env ~/gitops/${{ github.event.pull_request.head.ref }}.env
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue