Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add deployment type to the build_scripts #1467

Merged
merged 2 commits into from
Sep 15, 2021

Conversation

ilija-lazoroski
Copy link
Contributor

What does this PR do?

Fixes #1205 .

Add any further explanations here.

PR Checklist

  • Have you added an explanation of what your changes do and why you'd like to include them?
  • Is the TravisCI build passing?
  • Was the CHANGELOG.md updated to reflect the changes?
  • Was the documentation framework updated to reflect the changes?

Testing Checklist

  • Added relevant unit tests?
  • Have you successfully tested your changes locally? Elaborate:

    Tested by {Running the Monkey locally with relevant config/running Island/...}

  • If applicable, add screenshots or log transcripts of the feature working

Explain Changes

Are the commit messages enough? If not, elaborate.

@codecov
Copy link

codecov bot commented Sep 15, 2021

Codecov Report

Merging #1467 (cfff225) into develop (60e3463) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop    #1467   +/-   ##
========================================
  Coverage    41.63%   41.63%           
========================================
  Files          463      463           
  Lines        13967    13967           
========================================
  Hits          5815     5815           
  Misses        8152     8152           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 60e3463...cfff225. Read the comment docs.

Comment on lines 79 to 87
install_common_build_prereqs() {
sudo apt-get update
sudo apt-get upgrade -y

# monkey island prereqs
sudo apt-get install -y curl libcurl4 openssl git build-essential moreutils
install_nodejs
}

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove

@ilija-lazoroski ilija-lazoroski force-pushed the 1205/modify-build-scripts-deployment branch from c653f49 to c4ab6f4 Compare September 15, 2021 12:41
…ployment string if no deployment argument is passed
@VakarisZ VakarisZ force-pushed the 1205/modify-build-scripts-deployment branch from bde710c to cfff225 Compare September 15, 2021 12:53
@mssalvatore mssalvatore merged commit 64c9cca into develop Sep 15, 2021
@ilija-lazoroski ilija-lazoroski deleted the 1205/modify-build-scripts-deployment branch October 22, 2021 07:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"deployment" field should not be stored in server_config.json
3 participants