From 5af632cc94cbcd7d3c72327900b18cde71741bf3 Mon Sep 17 00:00:00 2001 From: Olivier Blanvillain Date: Tue, 11 Apr 2017 15:42:33 +0200 Subject: Fix #2203: Explain how to re-sign .drone.yml --- .drone.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.drone.yml') diff --git a/.drone.yml b/.drone.yml index 75f7d89de..98e34cc4e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,3 +1,9 @@ +# After updating this file, you need to re-sign it: +# +# - Install [drone-cli](http://readme.drone.io/usage/getting-started-cli/) +# - Copy your token from http://dotty-ci.epfl.ch/account (Click SHOW TOKEN) +# - (export DRONE_TOKEN=your-token; export DRONE_SERVER=http://dotty-ci.epfl.ch; drone sign lampepfl/dotty) + pipeline: test: image: lampepfl/dotty:latest -- cgit v1.2.3