Skip to content

Commit

Permalink
Merge pull request #185 from DataDog/ara.pulido/agent_7_19
Browse files Browse the repository at this point in the history
Moved to 6.19 and 7.19 for default agent versions
  • Loading branch information
arapulido authored May 4, 2020
2 parents 8347930 + a64e783 commit 759d97d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ set -o pipefail
# set -x

# Set agent pinned version
DD_AGENT_PINNED_VERSION_6="6.18.0-1"
DD_AGENT_PINNED_VERSION_7="7.18.0-1"
DD_AGENT_PINNED_VERSION_6="6.19.0-1"
DD_AGENT_PINNED_VERSION_7="7.19.0-1"

# Parse and derive params
BUILD_DIR=$1
Expand Down

0 comments on commit 759d97d

Please sign in to comment.