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 name: default
steps: steps:
- name: Build - name: env
image: golang image: docker
environment: environment:
NASA_TOKEN: NASA_TOKEN:
from_secret: nasa_api from_secret: nasa_api
- name: Build
image: golang
commands: commands:
- go get github.com/reujab/wallpaper - go get github.com/reujab/wallpaper
- go vet -v - go vet -v