Skip to content

Commit

Permalink
fix: Staging CI workflow (ChainSafe#2034)
Browse files Browse the repository at this point in the history
* fix staging

* only ignore staging folder
  • Loading branch information
timwu20 committed Dec 6, 2021
1 parent dfc6ce6 commit aaa633c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/.git
/.githooks
/.github
!/.github/workflows/staging
/docs
/.deepsource.toml
/.dockerignore
Expand Down
2 changes: 0 additions & 2 deletions Dockerfile.staging
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ WORKDIR /gossamer
COPY . .

RUN ["sh", "-c", "mv .github/workflows/staging/openmetrics.d/${chain}-conf.yaml /etc/datadog-agent/conf.d/openmetrics.d/conf.yaml"]
RUN ls -la /etc/datadog-agent/conf.d/openmetrics.d/
RUN cat /etc/hosts
RUN service datadog-agent start

RUN go get ./...
Expand Down

0 comments on commit aaa633c

Please sign in to comment.