Skip to content

Commit

Permalink
Remove the lingering .drone.yml file (#51)
Browse files Browse the repository at this point in the history
* Update

* Remove the lingering .drone.yml file
  • Loading branch information
JonRoma authored May 25, 2021
1 parent 0f07036 commit 67ff985
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
11 changes: 0 additions & 11 deletions .drone.yml

This file was deleted.

2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ENTRYPOINT [ "/usr/bin/make", "tfc" ]

FROM python:3

RUN pip3 install --extra-index-url https://pip-test.techservices.illinois.edu/index/test tflint
RUN pip3 install --extra-index-url https://pip.as-test.techservices.illinois.edu/index/test tflint

WORKDIR /tmp
COPY . /tmp
Expand Down

0 comments on commit 67ff985

Please sign in to comment.