Skip to content
#

deploy

Here are 1,267 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
develar
develar commented Mar 27, 2022

Since Go 1.18

The go command now embeds version control information in binaries. It includes the currently checked-out revision, commit time, and a flag indicating whether edited or untracked files are present. Version control information is embedded if the go command is invoked in a directory within a Git, Mercurial, Fossil, or Bazaar repository, and the main package and its containing main

good first issue docs
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

enhancement good first issue

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