Skip to content

Commit 4d5234c

Browse files
committed
ci: Bring Sourcelink configuration to internal scripts.
See b/421332922
1 parent a6a3cc7 commit 4d5234c

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

build.sh

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22

33
set -e
44

5-
# Make sure that SourceLink uses the GitHub repo, even if that's not where
6-
# our origin remote points at.
7-
git remote add github https://github.com/GoogleCloudPlatform/functions-framework-dotnet.git
8-
export GitRepositoryRemoteName=github
9-
105
export ContinuousIntegrationBuild=true
116
export Configuration=Release
127
# When building examples, build against the version in this
@@ -28,7 +23,3 @@ dotnet pack -nologo -v quiet src -o $PWD/nupkg
2823

2924
echo Created packages:
3025
ls nupkg
31-
32-
# Remove the github remote so that if there are multiple iterations
33-
# against the same clone, the "git remote add" earlier will work.
34-
git remote remove github

0 commit comments

Comments
 (0)