Skip to content

Commit

Permalink
Merge pull request #183 from Patrik-Stas/lock-files/upgrade
Browse files Browse the repository at this point in the history
Rebuild lock files with npm 8.16.0, fix import issue in storage module
  • Loading branch information
Patrik-Stas authored Sep 8, 2022
2 parents eb429e0 + 91442cd commit bf606b2
Show file tree
Hide file tree
Showing 23 changed files with 130,788 additions and 43,147 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,20 @@ jobs:
if [ $exit_status -eq 1 ]; then
exit -1
fi
- name: Collect docker logs on failure
if: failure()
uses: jwalton/gh-docker-logs@v1
with:
dest: './logs'
- name: Tar logs
if: failure()
run: tar cvzf ./logs.tgz ./logs
- name: Upload logs to GitHub
if: failure()
uses: actions/upload-artifact@v2
with:
name: logs-test-libvcx-mysql-integration
path: ./logs.tgz

publish-docker-api:
runs-on: ubuntu-20.04
Expand Down
13 changes: 13 additions & 0 deletions dev/docker-build-all.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
cd "$(dirname $0)" || exit
echo "Docker publish for indyscan-api"
(cd ../indyscan-api && ./dockerbuild.sh)
echo "Docker build for indyscan-daemon"
(cd ../indyscan-daemon && ./dockerbuild.sh)
echo "Docker build for indyscan-daemon-ui"
(cd ../indyscan-daemon-ui && ./dockerbuild.sh)
echo "Docker build for indyscan-webapp"
(cd ../indyscan-webapp && ./dockerbuild.sh)
echo "Docker build for indyscan-webapp"
(cd ../start/indypool && ./dockerbuild.sh)


13 changes: 0 additions & 13 deletions dev/docker-publish-all.sh

This file was deleted.

2 changes: 1 addition & 1 deletion dev/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ TARGET_PROJECTS=("indyscan-storage" "indyscan-txtype" "indyscan-daemon" "indysca
for project in "${TARGET_PROJECTS[@]}";
do
echo "Installing $project"
cd "../$project" && npm install
cd "../$project" && npm install --legacy-peer-deps
done
6 changes: 6 additions & 0 deletions dev/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit bf606b2

Please sign in to comment.