Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ethereum-package
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vicotor
ethereum-package
Commits
5930f315
Unverified
Commit
5930f315
authored
Oct 27, 2022
by
Gyanendra Mishra
Committed by
GitHub
Oct 27, 2022
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2 from kurtosis-tech/gyani/run-ci
see if the CI runs properly
parents
b3a1638e
659266b4
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
3 deletions
+4
-3
config.yml
.circleci/config.yml
+1
-1
changelog.md
docs/changelog.md
+1
-0
kurtosis.mod
kurtosis.mod
+1
-1
main.star
main.star
+1
-1
No files found.
.circleci/config.yml
View file @
5930f315
...
@@ -31,7 +31,7 @@ jobs:
...
@@ -31,7 +31,7 @@ jobs:
-
run
:
kurtosis engine restart
-
run
:
kurtosis engine restart
-
run
:
kurtosis startosis exec
.
-
run
:
kurtosis startosis exec
${PWD}
workflows
:
workflows
:
...
...
docs/changelog.md
View file @
5930f315
...
@@ -2,6 +2,7 @@
...
@@ -2,6 +2,7 @@
### Features
### Features
-
Changed the .circlei/config.yml to apply to Startosis
-
Changed the .circlei/config.yml to apply to Startosis
-
Changed main.star to work
# 0.0.0
# 0.0.0
*
Initial commit
*
Initial commit
kurtosis.mod
View file @
5930f315
module:
module:
name: "github.com/kurtosis-tech/eth2-merge-startosis-module"
name: "github.com/kurtosis-tech/eth2-merge-startosis-module"
\ No newline at end of file
\ No newline at end of file
main.star
View file @
5930f315
def main():
def main():
print("Hello World!")
print("This should work if CI is running correctly")
\ No newline at end of file
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment