Skip to content
#

deploy

Here are 1,206 public repositories matching this topic...

brecke
brecke commented May 2, 2018

hi there,

Just installed latest versions of shipit packages and here's something new:

Running 'deploy:fetch' task...
Create workspace...
Workspace created: "/var/folders/s0/scv46d414cd28hyzsd5_pcrw0000gn/T/tmp-72206PXTF2WKB77Ro"
Initialize local repository in "/var/folders/s0/scv46d414cd28hyzsd5_pcrw0000gn/T/tmp-72206PXTF2WKB77Ro"
Running "git init" on local.
@ Initialized empty Gi
imjasonh
imjasonh commented Feb 10, 2022
$ echo $KOCACHE
/Users/jasonhall/.ko
$ ls $KOCACHE
ls: /Users/jasonhall/.ko: No such file or directory
$ go run ./ build ./test/
... succeeds, takes a few seconds
$ go run ./ build ./test/
... succeeds, takes about the same amount of time
$ ls $KOCACHE
ls: /Users/jasonhall/.ko: No such file or directory

At this point, I would have expected for the KOCACHE directory to be cr

github-pages-deploy-action
webbertakken
webbertakken commented Feb 13, 2020

Context
Test runner currently saves logs to the artifacts folder. (since game-ci/unity-test-runner#37) That way we can use test results reporter (which generates a html report)

Solution
Either we have to add a section to the readme, about how to run an additional action for producing the html report, or we should integrate the reporter in this action and s

Improve this page

Add a description, image, and links to the deploy topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the deploy topic, visit your repo's landing page and select "manage topics."

Learn more