File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments