Skip to content

Commit 1da91b9

Browse files
chore: remove unnecessary vars from ci
1 parent f0d00bb commit 1da91b9

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

Diff for: .env.example

-6
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,3 @@ PROJECT_NAME=pangraph
22
PROJECT_DOCKER_REPO=neherlab/pangraph
33
PROJECT_DOCKER_BUILDER_REPO=neherlab/pangraph_builder
44

5-
# URL to `osxcross.tar.xz` file containing osxcross toolchain
6-
# distribution (https://github.com/tpoechtrager/osxcross) used for cross-compilation
7-
# from Linux to macOS. See `tools/osxcross/README.md` for instructions on how to
8-
# produce it. Refer to osxcross documentation for more info.
9-
# This is only needed if you are on Linux and want to produce binaries for macOS.
10-
OSXCROSS_URL=http://example.com/osxcross/osxcross.tar.xz

Diff for: .github/workflows/cli.yml

-3
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ jobs:
7878
- name: "Prepare .env file"
7979
run: |
8080
cp .env.example .env
81-
sed -i -e "s|OSXCROSS_URL=http://example.com/osxcross/osxcross.tar.xz|OSXCROSS_URL=${{ secrets.OSXCROSS_URL }}|g" .env
8281
8382
- name: "Build docker image (${{ matrix.arch }})"
8483
run: |
@@ -134,7 +133,6 @@ jobs:
134133
- name: "Prepare .env file"
135134
run: |
136135
cp .env.example .env
137-
sed -i -e "s|OSXCROSS_URL=http://example.com/osxcross/osxcross.tar.xz|OSXCROSS_URL=${{ secrets.OSXCROSS_URL }}|g" .env
138136
139137
- name: "Build docker image"
140138
run: |
@@ -183,7 +181,6 @@ jobs:
183181
- name: "Prepare .env file"
184182
run: |
185183
cp .env.example .env
186-
sed -i -e "s|OSXCROSS_URL=http://example.com/osxcross/osxcross.tar.xz|OSXCROSS_URL=${{ secrets.OSXCROSS_URL }}|g" .env
187184
188185
- name: "Build docker image"
189186
run: |

0 commit comments

Comments
 (0)