Skip to content

Commit 84ec792

Browse files
authored
fix: Staging CI workflow (#2034)
* fix staging * only ignore staging folder
1 parent 6babe76 commit 84ec792

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.dockerignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/.git
22
/.githooks
33
/.github
4+
!/.github/workflows/staging
45
/docs
56
/.deepsource.toml
67
/.dockerignore

Dockerfile.staging

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ WORKDIR /gossamer
1717
COPY . .
1818

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

2422
RUN go get ./...

0 commit comments

Comments
 (0)