Skip to content

Instantly share code, notes, and snippets.

View chezuma's full-sized avatar

Andreas Kristiansen chezuma

View GitHub Profile
@chezuma
chezuma / gist:a33bd6f18654eece1978a0b906ba0006
Created November 30, 2021 11:04
Be sure to restart your teamcity agent when adding frameworks / core versions of dotnet
To day I learned that when you have installed a new dotnet version on a team city agent, for it to properly update all
the Configuration parameters it have to be restarted. :)
### Keybase proof
I hereby claim:
* I am chezuma on github.
* I am chezuma (https://keybase.io/chezuma) on keybase.
* I have a public key whose fingerprint is 7A5C 04DA 68A7 4439 3A5F 1754 851D E9CE EF86 0B99
To claim this, I am signing this object:
@chezuma
chezuma / docker-node.js-hook-for-github-stripped
Created September 7, 2015 01:17
GITHUB PUSH-HOOK. Docker,Node.js,Windows
#!/bin/sh
declare -x DOCKER_CERT_PATH="C:\\Users\\Administrator\\.docker\\machine\\machines\\default"
declare -x DOCKER_HOST="tcp://192.168.99.100:2376"
declare -x DOCKER_MACHINE_NAME="default"
declare -x DOCKER_TLS_VERIFY="1"
declare -x PATH="/c/Users/Administrator/bin:/mingw64/bin:/usr/local/bin:/usr/bin:/bin:/c/Users/Administrator/bin:/mingw64/bin:/usr/local/bin:/usr/bin:/bin:/mingw64/bin:/usr/bin:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0:/cmd:/c/ProgramData/chocolatey/bin:/c/Program Files/Docker Toolbox:/usr/bin/vendor_perl:/usr/bin/core_perl:/usr/bin/vendor_perl:/usr/bin/core_perl"
declare -x PATHEXT=".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC"
appname=champweb-developement-app
errorlog="/c/repos/$appname-error-log"
gitlog="/c/repos/$appname-git-log"