X Tutup
Skip to content

Commit b67d29c

Browse files
a tale of woe
someday you may think to yourself "hey windows is not that bad, if I install a few GNU tools, it's actually starting to get pretty comfy" and at the precise moment you think you'll have surpassed the monstrosity, something will make you lose thirty precious minutes, at precisely the wrong day line endings and then you'll realize that, nope, all OSes are doomed. they're all equally infuriating. humanity has failed, we should just give up computing and go home
1 parent cf435eb commit b67d29c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

scripts/ci-deploy.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh -xe
2-
3-
# upload all artifacts from a single worker
4-
gsutil cp -r -a public-read binaries/* gs://dl.itch.ovh/elevate/
1+
#!/bin/sh
2+
3+
# upload all artifacts from a single worker
4+
gsutil cp -r -a public-read binaries/* gs://dl.itch.ovh/elevate/

0 commit comments

Comments
 (0)
X Tutup