#342: Fixed trigger start and verbose app builds

This commit is contained in:
frikky
2021-04-26 20:22:16 +02:00
parent fd65c3afbd
commit 002849779e
4 changed files with 6 additions and 20925 deletions
+2 -2
View File
@@ -2,7 +2,7 @@ module shuffle
go 1.13
replace github.com/frikky/shuffle-shared => ../../../../git/shuffle-shared
//replace github.com/frikky/shuffle-shared => ../../../../git/shuffle-shared
//replace github.com/frikky/kin-openapi => ../../../../git/kin-openapi
@@ -22,7 +22,7 @@ require (
github.com/docker/go-connections v0.4.0
github.com/docker/go-units v0.4.0 // indirect
github.com/frikky/kin-openapi v0.38.0
github.com/frikky/shuffle-shared v0.0.37
github.com/frikky/shuffle-shared v0.0.38
github.com/ghodss/yaml v1.0.0
github.com/go-git/go-billy/v5 v5.0.0
github.com/go-git/go-git/v5 v5.0.0
+2 -2
View File
@@ -2,7 +2,7 @@ version: '3'
services:
frontend:
#build: ./frontend
image: ghcr.io/frikky/shuffle-frontend:0.8.75
image: ghcr.io/frikky/shuffle-frontend:0.8.76
container_name: shuffle-frontend
hostname: shuffle-frontend
ports:
@@ -17,7 +17,7 @@ services:
- backend
backend:
#build: ./backend
image: ghcr.io/frikky/shuffle-backend:0.8.75
image: ghcr.io/frikky/shuffle-backend:0.8.76
container_name: shuffle-backend
hostname: ${BACKEND_HOSTNAME}
# Here for debugging:
-20920
View File
File diff suppressed because it is too large Load Diff
+2 -1
View File
@@ -1,7 +1,7 @@
{
"name": "shuffler",
"homepage": "https://shuffler.io",
"version": "0.8.53",
"version": "0.8.76",
"private": true,
"dependencies": {
"@material-ui/core": "^4.5.2",
@@ -10,6 +10,7 @@
"@material-ui/styles": "^4.5.2",
"@use-it/interval": "^1.0.0",
"babel-eslint": "^10.1.0",
"cache-base": "^4.0.0",
"class-transformer": "^0.3.1",
"create-react-app": "^2.0.3",
"cytoscape": "^3.11.0",