Skip to content

Commit

Permalink
mypwd
Browse files Browse the repository at this point in the history
  • Loading branch information
acfunk committed Dec 4, 2024
1 parent 5041299 commit f8cdd26
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions ci-build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ls -la ~
MYPWD=$(pwd)

wget -q https://go.dev/dl/go1.22.3.windows-amd64.zip
unzip -q go1.22.3.windows-amd64.zip
Expand All @@ -14,12 +14,7 @@ cd go-algorand
./scripts/configure_dev.sh
make install

ls -la ~
cd ~/go/bin
ls -la
cp algocfg.exe algod.exe algokey.exe carpenter.exe diagcfg.exe goal.exe kmd.exe msgpacktool.exe ~/bin
cd ~
ls -la
ls -la bin
cp algocfg.exe algod.exe algokey.exe carpenter.exe diagcfg.exe goal.exe kmd.exe msgpacktool.exe $MYPWD/bin/
cd $MYPWD
tar -czf node.tar.gz bin
ls -la

0 comments on commit f8cdd26

Please sign in to comment.