Skip to content

Commit 28399d1

Browse files
authored
Update build.yml
1 parent 7a7ec5a commit 28399d1

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/build.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,23 +30,23 @@ jobs:
3030

3131
- name: Get p4api
3232
run: |
33-
mkdir -p ${{ bindir }}
34-
dir ${{ bindir }}
33+
mkdir -p $bindir
34+
dir $bindir
3535
dir ..
3636
dir
3737
pwd
38-
cd .. && wget ftp://ftp.perforce.com/perforce/$codeline/bin.linux26x86_64/${{ p4api }} -O ${{ bindir }}/${{ p4api }}
38+
cd .. && wget ftp://ftp.perforce.com/perforce/$codeline/bin.linux26x86_64/$p4api -O $bindir/$p4api
3939
4040
- name: Get p4 and p4d binary
4141
run: |
42-
wget ftp://ftp.perforce.com/perforce/$codeline/bin.linux26x86_64/p4d -O ${{ bindir }}/p4d && chmod 775 ${{ bindir }}/p4d
42+
wget ftp://ftp.perforce.com/perforce/$codeline/bin.linux26x86_64/p4d -O $bindir/p4d && chmod 775 $bindir/p4d
4343
- name: Build P4Python
4444
run: |
45-
docker pull ${{ docker }}
45+
docker pull $docker
4646
docker run \
47-
-v ${{ mount }} \
48-
${{ docker }} /work/p4-python/linux_build/build-wheels.sh "27 36 37 38 39"
49-
dir ${{ bindir }}
47+
-v $mount \
48+
$docker /work/p4-python/linux_build/build-wheels.sh "27 36 37 38 39"
49+
dir $bindir
5050
5151
- uses: actions/upload-artifact@v2
5252
with:

0 commit comments

Comments
 (0)