Skip to content

Commit

Permalink
Merge pull request #5157 from keizer619/master
Browse files Browse the repository at this point in the history
Remove version replace logic
  • Loading branch information
keizer619 authored Jan 4, 2024
2 parents bb1d273 + 6de638d commit 121af47
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/daily-build-editor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,6 @@ jobs:
TEST_MODE_ACTIVE: true
run: |
cd ballerina-distribution
sed -i 's/ballerinaLangVersion=[0-9]\+\(\.[0-9]\+\)\{2\}-[0-9]\+-[0-9a-f]\+/ballerinaLangVersion=SNAPSHOT/' gradle.properties
sed -i 's/devToolsVersion=[0-9]\+\(\.[0-9]\+\)\{2\}-[0-9]\+-[0-9a-f]\+/devToolsVersion=SNAPSHOT/' gradle.properties
./gradlew clean build --stacktrace --scan -x test --console=plain --no-daemon --continue -x project-api-tests:test
- name: Create linux-deb
id: run_installers_deb
Expand Down

0 comments on commit 121af47

Please sign in to comment.