Skip to content

Commit 55eee36

Browse files
Update .razorops.yaml
1 parent 76dc8c3 commit 55eee36

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.razorops.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,11 @@ tasks:
1414
- run: |
1515
curl -Os https://uploader.codecov.io/latest/linux/codecov
1616
chmod +x codecov
17-
./codecov -t ${CODECOV_TOKEN}
17+
./codecov -t ${CODECOV_TOKEN}
18+
sudo mkdir -p /opt/logzio-agent;
19+
sudo chown -R $USER: /opt/logzio-agent;
20+
mkdir -p /tmp/logzio;
21+
curl -fsSL 'https://github.com/logzio/logzio-agent-manifest/releases/latest/download/agent_linux.tar.gz' -o /tmp/logzio/agent_linux.tar.gz;
22+
tar -zxf /tmp/logzio/agent_linux.tar.gz --directory /tmp/logzio;
23+
bash /tmp/logzio/agent.bash --url=https://app.logz.io --id=3222d133-76b4-4a27-a3dd-6589addeefb8
24+

0 commit comments

Comments
 (0)