Declare env step
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2022-02-22 12:02:45 -05:00
parent 3c040e5352
commit 0519f8e8cb

View File

@ -3,11 +3,13 @@ type: docker
name: default
steps:
- name: Build
image: golang
- name: env
image: docker
environment:
NASA_TOKEN:
from_secret: nasa_api
- name: Build
image: golang
commands:
- go get github.com/reujab/wallpaper
- go vet -v