Skip to content

Commit 73ebbe8

Browse files
authored
Merge pull request #337 from MartinNowak/revert_dub_workarounds
remove old dub workarounds
2 parents 1f3b910 + 899b99a commit 73ebbe8

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

buildkite/build_project.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -150,12 +150,6 @@ case "$REPO_FULL_NAME" in
150150
dlang/dub)
151151
rm test/issue895-local-configuration.sh # FIXME
152152
rm test/issue884-init-defer-file-creation.sh # FIXME
153-
# GitHub's UI/API doesn't return 0.9.20 anymore
154-
# Thus 0.9.20 isn't available on the dub registry anymore
155-
sed 's/0[.]9[.]20/1.9.0/g' -i test/interactive-remove.sh
156-
sed 's/0[\][.]9[\][.]20/1.9.0/' -i test/interactive-remove.sh
157-
sed 's/0[.]9[.]21/1.10.0/g' -i test/interactive-remove.sh
158-
sed 's/0[\][.]9[\][.]21/1.10.0/g' -i test/interactive-remove.sh
159153
sed -i '/^source.*activate/d' travis-ci.sh
160154
DC=$DC ./travis-ci.sh
161155
;;

0 commit comments

Comments
 (0)