This file contains hidden or 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
steps: | |
- command: | | |
set -exuo pipefail | |
result=1 # work around buildkite's parser: | |
if [[ "$$result" -eq "0" ]]; then | |
echo -n SUCCESS | |
else | |
echo -n ERROR | |
fi |
This file contains hidden or 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
steps: | |
- input: "Stop!" | |
fields: | |
- text: "Put something here" | |
key: "some-message" | |
hint: "it's not even required" | |
required: false | |
key: input | |
- label: "Continue!" |
This file contains hidden or 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
// circle | |
// | |
// void setup() { | |
// size(400, 400); | |
// background(0); | |
// for (int i = 0; i < 10; i++) { | |
// fill(190 - i * 20, 200 - i * 10, 190 - i * 30); | |
// noStroke(); | |
// ellipse(width/2, height/2, 300 - i * 30, 300 - i * 30); | |
// } |
This file contains hidden or 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
### Keybase proof | |
I hereby claim: | |
* I am niceking on github. | |
* I am roselu (https://keybase.io/roselu) on keybase. | |
* I have a public key whose fingerprint is A92E 29EB C2B2 05EE 3F8C EA6A 34FA 0AB6 C7EC 738E | |
To claim this, I am signing this object: |