forked from prebid/prebid-server
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'prebid:master' into master
- Loading branch information
Showing
1,402 changed files
with
75,358 additions
and
27,869 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,8 @@ RUN apt-get update && \ | |
apt-get -y upgrade && \ | ||
apt-get install -y wget | ||
RUN cd /tmp && \ | ||
wget https://dl.google.com/go/go1.14.2.linux-amd64.tar.gz && \ | ||
tar -xf go1.14.2.linux-amd64.tar.gz && \ | ||
wget https://dl.google.com/go/go1.16.4.linux-amd64.tar.gz && \ | ||
tar -xf go1.16.4.linux-amd64.tar.gz && \ | ||
mv go /usr/local | ||
RUN mkdir -p /app/prebid-server/ | ||
WORKDIR /app/prebid-server/ | ||
|
@@ -20,7 +20,7 @@ RUN go mod vendor | |
RUN go mod tidy | ||
ARG TEST="true" | ||
RUN if [ "$TEST" != "false" ]; then ./validate.sh ; fi | ||
RUN go build -mod=vendor . | ||
RUN go build -mod=vendor -ldflags "-X github.com/prebid/prebid-server/version.Ver=`git describe --tags | sed 's/^v//'` -X github.com/prebid/prebid-server/version.Rev=`git rev-parse HEAD`" . | ||
|
||
FROM ubuntu:18.04 AS release | ||
LABEL maintainer="[email protected]" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
200 changes: 0 additions & 200 deletions
200
adapters/33across/33acrosstest/exemplary/multi-imp-banner.json
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.