You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
❯ task
task: Available tasks for this project:
* all: Install, test and build Semaphore for local architecture
* build: Build a full set of release binaries and packages
* deps: Install all build dependencies
* build:be: Build server binary
* build:debug: Build DEBUG server binary
* build:fe: Build VueJS project
* deps:be: Vendor application dependencies
* deps:fe: Installs nodejs requirements
* deps:tools: Installs required tools to build and publish
* docker:build: Build all defined images for Semaphore
* docker:build:debug: Build an DEBUG image for Semaphore server
* docker:build:runner: Build an image for Semaphore runner
* docker:build:server: Build an image for Semaphore server
* docker:deps: Install docker testing dependencies
* docker:goss: Check if container contains defined files
* docker:goss:runner: Check if runner contains defined files
* docker:goss:server: Check if server contains defined files
* docker:lint: Lint all dockerfiles based on Hadolint
* docker:lint:runner: Lint runner dockerfile based on Hadolint
* docker:lint:server: Lint server dockerfile based on Hadolint
* docker:push: Push the images to registry
* docker:test: Test containers by building, running, testing and deleting them
* e2e:deps: Installs dredd dep for integration testing
* e2e:goodman: Installs goodman which is required by dredd
* e2e:hooks: Compile required dredd hooks built
* e2e:test: Run end to end test for API with dredd
* e2e:test:local: Run end to end test for API with dredd
* release:prod: Create and publish a release
* release:test: Create a local test release
* test:be: Run go code tests
Can you please also add examples for building packages to install and test in testing environments?
And how to make a pull request?
Thank you
Related to
Documentation
The text was updated successfully, but these errors were encountered:
Question
Can you please rework the contributing document in semaphore repository?
https://github.com/semaphoreui/semaphore/blob/develop/CONTRIBUTING.md
some examples
Can you please also add examples for building packages to install and test in testing environments?
And how to make a pull request?
Thank you
Related to
Documentation
The text was updated successfully, but these errors were encountered: