From 0a578f7bb4305d50e048dbae8af04ebfa08673dc Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 23 May 2022 19:42:18 -0700 Subject: ref(resume): remove unneeded files for my resume In a monorepo setup, the CI configuration is not used at this level of the tree, and the gitignore/envrc are not relevant. --- users/fcuny/resume/.drone.yml | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 users/fcuny/resume/.drone.yml (limited to 'users/fcuny/resume/.drone.yml') diff --git a/users/fcuny/resume/.drone.yml b/users/fcuny/resume/.drone.yml deleted file mode 100644 index 0cffea5..0000000 --- a/users/fcuny/resume/.drone.yml +++ /dev/null @@ -1,9 +0,0 @@ -kind: pipeline -type: exec -name: default - -steps: -- name: build - commands: - - nix build - - ls -l result/ -- cgit 1.4.1