Skip to content

Commit

Permalink
misc: fix old references
Browse files Browse the repository at this point in the history
  • Loading branch information
rfratto committed Feb 29, 2024
1 parent b5ee0b0 commit bfcfc69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions internal/cmd/integration-tests/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
)

const (
agentBinaryPath = "../../../../../build/grafana-agent-flow"
agentBinaryPath = "../../../../../build/grafana-agent"
)

type TestLog struct {
Expand All @@ -34,7 +34,7 @@ func executeCommand(command string, args []string, taskDescription string) {
}

func buildAgent() {
executeCommand("make", []string{"-C", "../../..", "agent-flow"}, "Building agent")
executeCommand("make", []string{"-C", "../../..", "agent"}, "Building agent")
}

func setupEnvironment() {
Expand Down
1 change: 0 additions & 1 deletion tools/release
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ find dist/ -type f \

# Sign the RPM packages. DEB packages aren't signed.
./packaging/grafana-agent/rpm/gpg-sign.sh
./packaging/grafana-agent-flow/rpm/gpg-sign.sh

# Get the SHA256SUMS before continuing.
pushd dist && sha256sum -- * > SHA256SUMS && popd || exit
Expand Down

0 comments on commit bfcfc69

Please sign in to comment.