File tree Expand file tree Collapse file tree 1 file changed +9
-11
lines changed
Expand file tree Collapse file tree 1 file changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,10 @@ permissions:
88
99env :
1010 SHELL : /bin/bash
11+ RELEASE_FILE : " /tmp/medium.rip/medium.rip"
12+ HASH_VALUE : " /tmp/medium.rip.sha256"
13+ PNPM_BIN : " /github/home/.local/share/pnpm/pnpm"
14+ # PNPM_BIN="/home/runner/.local/share/pnpm/pnpm"
1115
1216jobs :
1317 build_pkg :
@@ -23,11 +27,12 @@ jobs:
2327 cd /tmp/
2428 APT_PARAMS='apt -y -qq -o=Dpkg::Use-Pty=0'
2529 $APT_PARAMS update
26- $APT_PARAMS install sudo
30+ $APT_PARAMS install sudo curl git
31+
2732
28- APT_PARAMS='sudo apt -y -qq -o=Dpkg::Use-Pty=0'
29- $APT_PARAMS update
30- $APT_PARAMS install curl git
33+ # APT_PARAMS='sudo apt -y -qq -o=Dpkg::Use-Pty=0'
34+ # $APT_PARAMS update
35+ # $APT_PARAMS install curl git
3136
3237 curl -fsSL https://get.pnpm.io/install.sh | sh -
3338
3641 cd /tmp/
3742
3843 RELEASE_DATE="$(date '+%Y%m%d')"
39- RELEASE_FILE="/tmp/medium.rip/medium.rip"
40- HASH_VALUE="/tmp/medium.rip.sha256"
4144 echo "RELEASE_DATE=$RELEASE_DATE" >> $GITHUB_ENV
42- echo "HASH_VALUE=$HASH_VALUE" >> $GITHUB_ENV
43- echo "RELEASE_FILE=$RELEASE_FILE" >> $GITHUB_ENV
44-
45- #PNPM_BIN="/home/runner/.local/share/pnpm/pnpm"
4645
47- PNPM_BIN="/github/home/.local/share/pnpm/pnpm"
4846 git clone "https://github.com/mycodedoesnotcompile2/medium.rip.git"
4947
5048 cd "/tmp/medium.rip/frontend/"
You can’t perform that action at this time.
0 commit comments