Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
neurips-2021-the-nethack-challenge
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nethack
neurips-2021-the-nethack-challenge
Commits
8ada025e
Commit
8ada025e
authored
3 years ago
by
Jyotish P
Browse files
Options
Downloads
Patches
Plain Diff
Create tags even when there is nothing to commit
parent
c00e620f
No related branches found
No related tags found
1 merge request
!1
WIP: Add setup and submission utility scripts
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
utility/submit.sh
+1
-1
1 addition, 1 deletion
utility/submit.sh
with
1 addition
and
1 deletion
utility/submit.sh
+
1
−
1
View file @
8ada025e
...
...
@@ -53,7 +53,7 @@ setup_commits() {
REMOTE
=
$(
git remote
-v
|
grep
gitlab.aicrowd.com |
head
-1
|
awk
'{print $1}'
)
TAG
=
$(
echo
"
$@
"
|
sed
's/ /-/g'
)
git add
--all
git commit
-m
"Changes for submission-
$TAG
"
git commit
-m
"Changes for submission-
$TAG
"
||
true
git tag
-am
"submission-
$TAG
"
"submission-
$TAG
"
||
(
log_error
"There is another submission with the same description. Please give a different description."
&&
exit
1
)
git push
-f
$REMOTE
master
git push
-f
$REMOTE
"submission-
$TAG
"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment