Skip to content

Commit

Permalink
remove injecting keys to the packages
Browse files Browse the repository at this point in the history
  • Loading branch information
anatoly-os committed Jan 29, 2019
1 parent 44c34e4 commit 8ca4d2c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build/appveyor/before_build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ CD C:\MuseScore
for /f "delims=" %%i in ('grep "^[[:blank:]]*set( *MSCORE_UNSTABLE \+TRUE *)" C:\MuseScore\CMakeLists.txt') do set NIGHTLY_BUILD=%%i

:: add stable keys for musescore.com
IF "%NIGHTLY_BUILD%" == "" (
python build/add-mc-keys.py %MC_CONSUMER_KEY% %MC_CONSUMER_SECRET%
)
::IF "%NIGHTLY_BUILD%" == "" (
::python build/add-mc-keys.py %MC_CONSUMER_KEY% %MC_CONSUMER_SECRET%
::)

:: get revision number
SET PATH=C:\Qt\5.9\msvc2017_64\bin;%PATH%
Expand Down
4 changes: 2 additions & 2 deletions build/travis/job_macos/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ if [[ "$NIGHTLY_BUILD" = "TRUE" ]]
then
cp -f build/travis/resources/splash-nightly.png mscore/data/splash.png
cp -f build/travis/resources/mscore-nightly.icns mscore/data/mscore.icns
else
python build/add-mc-keys.py $MC_CONSUMER_KEY $MC_CONSUMER_SECRET
#else
#python build/add-mc-keys.py $MC_CONSUMER_KEY $MC_CONSUMER_SECRET
fi

make -f Makefile.osx ci BUILD_NUMBER=${TRAVIS_BUILD_NUMBER}
Expand Down

0 comments on commit 8ca4d2c

Please sign in to comment.