We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24f61c7 commit 72a8fa3Copy full SHA for 72a8fa3
components/content-service/pkg/layer/provider.go
@@ -522,7 +522,7 @@ git config --global --add safe.directory ${GITPOD_REPO_ROOT}
522
git status --porcelain=v2 --branch -uall > /.workspace/prestophookdata/git_status.txt
523
git log --pretty='%h: %s' --branches --not --remotes > /.workspace/prestophookdata/git_log_1.txt
524
git log --pretty=%H -n 1 > /.workspace/prestophookdata/git_log_2.txt
525
-cp /workspace/.gitpod/prebuild-log* /.workspace/prestophookdata/
+cp /workspace/.gitpod/prebuild-log* /.workspace/prestophookdata/ | true
526
`
527
528
var pvcEnabledFile = `PVC`
0 commit comments