diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..134d9c3 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,14 @@ +kind: pipeline +type: docker +name: Test + +clone: + disable: true + +steps: + - name: test + pull: if-not-exists + image: alpine + commands: + - whoami + - pwd \ No newline at end of file diff --git a/.gitignore b/.gitignore index 9154f4c..87271a8 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ hs_err_pid* replay_pid* +.idea \ No newline at end of file