Kennt sich jemand mit #gocd aus und kann mir verraten, wie ich auf einem Ubuntu Agent #npm zum laufen bekomme?
#followerpower
I added -n and -q options.
-n just print target directory, without change working directory.
-q quiet, don't run ls at the end.
Examples:
$ gocd -nq ParSigmaOdd progs/
just print (even if this path doesn't exist) $HOME/data/git/current/parallel-sigma_odd-problem/progs/
$ cat $(gocd -nq ParSigmaOdd README.md)
is equivalent to run
$ cat $HOME/data/git/current/parallel-sigma_odd-problem/README.md
So the idea is to have an alternative of cd command with some usual shortcuts.
More explanations about installation, use and examples, available on the Bitbucket repository.
https://bitbucket.org/OPiMedia/gocd-bash/
P.-S.: This is the same command that I shared 2 weeks ago. I just renamed the command from go to gocd to avoid name conflict with the go compiler.
…2/2
💻🧰🐧 #gocd: Little #Bash command to change working directory, as traditional #cd command, but with a NAME instead a directory, from a list of association NAME: DIRECTORY.
https://bitbucket.org/OPiMedia/gocd-bash/
By example, if configuration file contents this line: git ~/data/git
$ gocd git
is equivalent to run
$ cd ~/data/git; ls
$ gocd git archives/library/assertopencl/
is equivalent to run
$ cd ~/data/git/archives/library/assertopencl/; ls
Both arguments are autocompleted.
#gocdBash #shell #cd #bash #gocd
Hello Mastodon! #introductions -I suppose. I'm from the #UK, and my main interests are #politics, #trans issues, #sciencefiction and watching far cleverer people than me explain things on YouTube like #Contrapoints and #LindsayEllis. I'm a platform engineer by trade so spend a lot of time dicking about with #terraform #python #puppet #GoCD and #kubernetes, with a liberal sprinkling of #GCP and #AWS in there.
... wow. That was a lot, wasn't it? Hi!
#introductions #uk #politics #trans #sciencefiction #contrapoints #lindsayellis #terraform #python #puppet #gocd #kubernetes #gcp #aws
Finding a #CI solution, a story in about two thousand words: https://asylum.madhouse-project.org/blog/2018/09/17/finding-a-ci-solution/
I looked at #Jenkins, #GitLab CI/CD, #Phabricator, #GoCD, #StriderCD, #Buildbot, #laminar, #Concourse and #DroneCI, among others. The last one won.
#ci #jenkins #gitlab #phabricator #gocd #stridercd #buildbot #laminar #concourse #droneci