A Pen by David DeSandro on CodePen.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#create release | |
github-release release \ | |
--user omero \ | |
--repo ci-from-scratch \ | |
--tag v0.1.1 \ | |
--name "The one when we automate all the things" \ | |
--description "This is a (edit - fixed) fake description" | |
#edit release | |
github-release release \ |
#Setup LEM environment for phpci
https://www.digitalocean.com/community/tutorials/initial-server-setup-with-ubuntu-16-04
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -L -u $BB_USER:$BB_PASS https://bitbucket.org/api/2.0/repositories/[org]/[repo-name]/pullrequests/[pr-number]/diff | git apply |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
enable systemctl systemd-networkd |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: v2 | |
publisher: eclipse | |
name: che-theia | |
version: next | |
type: Che Editor | |
displayName: theia-ide | |
title: Eclipse Theia development version. | |
description: Eclipse Theia, get the latest release each day. | |
icon: https://raw.githubusercontent.com/theia-ide/theia/master/logo/theia-logo-no-text-black.svg?sanitize=true | |
category: Editor |
OlderNewer